Skip to content

Commit

Permalink
Update webpack.custom.js.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jul 17, 2024
1 parent 44ab53e commit 6983d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/angular/templates/webpack/webpack.custom.js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = async (config, options, targetOptions) => {
new ESLintPlugin({
configType: 'flat',
eslintPath: 'eslint/use-at-your-own-risk',
extensions: ['ts', 'js', 'html'],
// extensions: ['ts', 'js', 'html'],
}),
new WebpackNotifierPlugin({
title: '<%= humanizedBaseName %>',
Expand Down

0 comments on commit 6983d3f

Please sign in to comment.