mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
webpack writes to buildDir
This commit is contained in:
parent
48e67973cf
commit
d994f7507a
@ -120,7 +120,7 @@ const base = {
|
||||
// see: https://github.com/webpack/webpack/issues/6522#issuecomment-371120689
|
||||
globalObject: 'typeof self !== \'undefined\' ? self : this',
|
||||
libraryTarget: 'umd',
|
||||
path: path.join(dappPath, '.embark')
|
||||
path: path.join(dappPath, embarkJson.buildDir)
|
||||
},
|
||||
plugins: [
|
||||
new HardSourceWebpackPlugin()
|
||||
|
Loading…
x
Reference in New Issue
Block a user