Skip to content

Commit

Permalink
misc(generators): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdev committed May 30, 2019
1 parent 2a92877 commit bd06a69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/generators/utils/webpackConfig.ts
Expand Up @@ -23,7 +23,6 @@ export function getDefaultOptimization(isProd: boolean): WebpackOptions["optimiz
chunks: "'async'",
minChunks: 1,
minSize: 30000,
// for production name is recommended to be off
name: !this.isProd,
},
};
Expand Down

0 comments on commit bd06a69

Please sign in to comment.