This commit is contained in:
Eugene Pankov
2017-04-06 22:25:41 +02:00
parent 0abe1fbc9d
commit d84e915f69
5 changed files with 29 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ module.exports = {
},
devtool: 'source-map',
output: {
path: 'app/assets/webpack',
path: path.join(__dirname, 'app', 'assets', 'webpack'),
pathinfo: true,
//publicPath: 'assets/webpack/',
filename: '[name].js'