mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Update mongo
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ export default (args = {}) =>
|
||||
},
|
||||
output: Object.assign({}, common.output, {
|
||||
filename: '[name]-[chunkhash:10].js',
|
||||
path: path.resolve(__dirname, 'dist', 'browser' , outDir, 'scripts'),
|
||||
path: path.resolve(__dirname, 'build', outDir, 'scripts'),
|
||||
}),
|
||||
devtool: script === 'bootstrap' ? 'source-map' : false,
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user