Skip to content

Commit dafc157

Browse files
committed
Disable assets minimization
1 parent af77c3f commit dafc157

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

config/webpack/custom.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,7 @@ module.exports = {
7979
}
8080
},
8181
optimization: {
82-
minimizer: [
83-
new EsbuildPlugin({
84-
target: "es2015",
85-
css: true
86-
})
87-
]
82+
minimize: false
8883
},
8984
entry: config.entrypoints,
9085
plugins: [

0 commit comments

Comments
 (0)