Skip to content

Commit 4356920

Browse files
committed
MAINT: Minimize the build again
1 parent bdebb4c commit 4356920

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

webpack.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,5 @@ module.exports = {
5757
resolve: {
5858
extensions: [".ts", ".js"]
5959
},
60-
devtool : "source-map",
61-
optimization: {
62-
minimize: false
63-
},
60+
devtool : "source-map"
6461
}

0 commit comments

Comments
 (0)