Skip to content

Commit

Permalink
Remove webpack4 related files
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Jun 26, 2021
1 parent c4b11a5 commit d201f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const CleanWebpackPluginOptions = {
}; // delete all files in the js directory without deleting this folder

const ESLintPluginOptions = {
files: "**/!(bootstrap|lsmb.profile).js",
files: "**/*.js",
emitError: prodMode,
emitWarning: !prodMode
};
Expand Down

0 comments on commit d201f59

Please sign in to comment.