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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user