Skip to content

Commit b02d0bc

Browse files
committed
chore: shift around for better diff
1 parent 5b5c035 commit b02d0bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ const base = {
2929
},
3030
],
3131
},
32+
optimization: {
33+
minimize: false,
34+
},
3235
externals: {
3336
react: {
3437
root: 'React',
@@ -46,9 +49,6 @@ const base = {
4649
},
4750
'@readme/variable': '@readme/variable',
4851
},
49-
optimization: {
50-
minimize: false,
51-
},
5252
resolve: {
5353
extensions: ['.js', '.jsx', '.ts', '.tsx'],
5454
},

0 commit comments

Comments
 (0)