Changeset 50990
- Timestamp:
- 05/25/2021 05:20:01 AM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
-
branches/5.7/tools/webpack/packages.js
r50678 r50990 250 250 ], 251 251 }, 252 optimization: { 253 moduleIds: 'named', 254 }, 252 255 plugins: [ 253 256 new DefinePlugin( { … … 321 324 config.mode = 'production'; 322 325 config.optimization = { 323 minimize: false 326 minimize: false, 327 moduleIds: 'hashed', 324 328 }; 325 329 }
Note: See TracChangeset
for help on using the changeset viewer.