Update dependencies

This commit is contained in:
Mo Bitar
2020-03-14 12:14:06 -05:00
parent 2e0528b754
commit d5938e5b4f
5 changed files with 405 additions and 1467 deletions

View File

@@ -10,11 +10,11 @@ module.exports = {
devServer: {
proxy: {
'/extensions': {
target: 'http://localhost:3000',
target: 'http://localhost:3001',
pathRewrite: { '^/extensions': '/public/extensions' }
}
},
port: 3000
port: 3001
},
plugins: [
new webpack.DefinePlugin({