mirror of
https://github.com/strapi/strapi.git
synced 2025-12-24 21:54:24 +00:00
Fix PR feedback
This commit is contained in:
parent
9e876370e0
commit
5c49e76610
@ -43,7 +43,7 @@ const plugins = [
|
||||
}),
|
||||
// Minify and optimize the JavaScript
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
sourceMap: false,
|
||||
sourceMap: true,
|
||||
parallel: true,
|
||||
compress: {
|
||||
warnings: false,
|
||||
@ -173,6 +173,6 @@ module.exports = base({
|
||||
'reactstrap': path.resolve(rootAdminpath, 'node_modules', 'strapi-helper-plugin', 'node_modules', 'reactstrap'),
|
||||
},
|
||||
|
||||
devtool: false,
|
||||
devtool: 'cheap-module-source-map',
|
||||
disableExtractTextPlugin: false,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user