webpack writes to buildDir

This commit is contained in:
Michael Bradley, Jr 2018-08-17 16:45:55 -05:00
parent 48e67973cf
commit d994f7507a

View File

@ -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()