mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-03 17:34:22 +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
|
// see: https://github.com/webpack/webpack/issues/6522#issuecomment-371120689
|
||||||
globalObject: 'typeof self !== \'undefined\' ? self : this',
|
globalObject: 'typeof self !== \'undefined\' ? self : this',
|
||||||
libraryTarget: 'umd',
|
libraryTarget: 'umd',
|
||||||
path: path.join(dappPath, '.embark')
|
path: path.join(dappPath, embarkJson.buildDir)
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new HardSourceWebpackPlugin()
|
new HardSourceWebpackPlugin()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user