Skip to content

Commit

Permalink
feat(debug): disable minimisation for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Jul 29, 2021
1 parent 74dd2b3 commit 2787323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const config = {
target: "web",
devtool: "source-map",
optimization: {
minimize: false,
usedExports: true,
runtimeChunk: "single",
splitChunks: {
Expand Down Expand Up @@ -90,7 +91,7 @@ const config = {
test: /\.tsx?$/,
use: [{
loader: "ts-loader",
}, ],
}],
},
{
test: /\.css$/i,
Expand Down

0 comments on commit 2787323

Please sign in to comment.