1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-26 22:44:45 +02:00

Final touches

This commit is contained in:
Antonio Laguna
2017-02-23 10:20:56 +01:00
parent 2c21b8f5d9
commit 25be14fbd4
9 changed files with 69 additions and 29 deletions

View File

@@ -5,13 +5,12 @@ const src = path.join(__dirname, 'src');
module.exports = {
context: src,
entry: {
webslides: './js/full.js',
'webslides-dev': './js/dev.js',
webslides: './js/full.js'
},
output: {
filename: '[name].js',
path: path.join(__dirname, 'static/js'),
publicPath: '/static/js/',
publicPath: '/static/js/'
},
devServer: {
contentBase: __dirname,