webpack writes to buildDir

This commit is contained in:
Michael Bradley, Jr 2018-08-17 16:45:55 -05:00
parent 48e67973cf
commit d994f7507a
1 changed files with 1 additions and 1 deletions

View File

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