We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 2a92877 commit bd06a69Copy full SHA for bd06a69
packages/generators/utils/webpackConfig.ts
@@ -23,7 +23,6 @@ export function getDefaultOptimization(isProd: boolean): WebpackOptions["optimiz
23
chunks: "'async'",
24
minChunks: 1,
25
minSize: 30000,
26
- // for production name is recommended to be off
27
name: !this.isProd,
28
},
29
};
0 commit comments