mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 13:37:58 +01:00
fix wegpack config
This commit is contained in:
parent
47e44dfed6
commit
377088fa34
@ -71,8 +71,7 @@ module.exports = {
|
|||||||
appMountId: 'app'
|
appMountId: 'app'
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
devtool: 'source-map',
|
devtool: devMode ? 'source-map' : false,
|
||||||
// devtool: devMode ? 'source-map' : false,
|
|
||||||
devServer: {
|
devServer: {
|
||||||
contentBase: 'dist'
|
contentBase: 'dist'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user