Skip to content

Commit bd06a69

Browse files
committedMay 30, 2019
misc(generators): remove comment
1 parent 2a92877 commit bd06a69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎packages/generators/utils/webpackConfig.ts

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export function getDefaultOptimization(isProd: boolean): WebpackOptions["optimiz
2323
chunks: "'async'",
2424
minChunks: 1,
2525
minSize: 30000,
26-
// for production name is recommended to be off
2726
name: !this.isProd,
2827
},
2928
};

0 commit comments

Comments
 (0)