mirror of https://github.com/embarklabs/embark.git
disabled code + comment re: enabling source maps
This commit is contained in:
parent
1e26fe419b
commit
78332d40da
|
@ -39,6 +39,8 @@ class WebpackProcess extends ProcessWrapper {
|
|||
const self = this;
|
||||
let defaultOptions = {
|
||||
mode: self.env === 'development' ? 'none' : 'production',
|
||||
// devtool: self.env === 'development' ? 'source-map' : false,
|
||||
// pipeline would need to copy .map files to dist/ target dir
|
||||
entry: fs.dappPath(filename),
|
||||
output: {
|
||||
globalObject: 'typeof self !== \'undefined\' ? self : this',
|
||||
|
|
Loading…
Reference in New Issue