mirror of
https://github.com/vxcontrol/ncform.git
synced 2026-07-18 16:24:27 -04:00
@@ -7,7 +7,7 @@ module.exports = {
|
||||
|
||||
mode: 'production',
|
||||
|
||||
devtool: false,
|
||||
devtool: 'source-map',
|
||||
|
||||
entry: {
|
||||
ncformStdComps: path.join(config.src, 'components', 'index.js'),
|
||||
|
||||
@@ -11,6 +11,8 @@ module.exports = {
|
||||
filename: "[name].min.js",
|
||||
},
|
||||
|
||||
devtool: 'source-map',
|
||||
|
||||
optimization: {
|
||||
minimize: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user