1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-27 06:54:31 +02:00

Finishing the core bits

This commit is contained in:
Antonio Laguna
2017-01-27 12:28:45 +01:00
parent 70bde2f4ae
commit 01fa93d50e
8 changed files with 302 additions and 14 deletions

View File

@@ -10,7 +10,8 @@ module.exports = {
},
output: {
filename: '[name].js',
path: path.join(__dirname, 'dist')
path: path.join(__dirname, 'dist'),
publicPath: '/dist',
},
devServer: {
contentBase: __dirname,