This commit is contained in:
nicco
2018-09-04 19:47:42 +02:00
parent 8ba2030bb3
commit 94c02d6a2e
472 changed files with 63790 additions and 12 deletions

View File

@@ -9,14 +9,14 @@ module.exports = {
],
output: {
filename: '[name].js',
path: path.resolve(__dirname, 'public')
path: path.resolve(__dirname, 'www')
},
resolve: {
extensions: ['.js', '.jsx']
},
context: path.resolve(__dirname, 'src'),
devServer: {
contentBase: path.resolve(__dirname, 'public/assets'),
contentBase: path.resolve(__dirname, 'www/assets'),
open: true,
},
plugins: [