remove public/dev.html in favor of index.html

This commit is contained in:
Baptiste Grob
2020-03-12 19:02:32 +01:00
parent dd0dd1579d
commit f76413b2be
3 changed files with 7 additions and 36 deletions

View File

@@ -8,7 +8,12 @@ module.exports = {
filename: './javascripts/app.js'
},
devServer: {
contentBase: path.resolve(__dirname, 'public'),
proxy: {
'/extensions': {
target: 'http://localhost:3000',
pathRewrite: { '^/extensions': '/public/extensions' }
}
},
port: 3000
},
plugins: [