Skip to content

Commit

Permalink
ugh, prettier please
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Dec 24, 2024
1 parent 456349b commit e9e2e52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ Encore.addEntry("app", "./views/assets/js/app.js")
.setPublicPath("/build")
.addPlugin(
new PurgeCSSPlugin({
paths: () => glob.sync([`views/*.html.twig`, `views/assets/js/**/*.js`], { nodir: true }),
paths: () =>
glob.sync([`views/*.html.twig`, `views/assets/js/**/*.js`], {
nodir: true,
}),
}),
);

Expand Down

0 comments on commit e9e2e52

Please sign in to comment.