Updated webpack.config.js

This commit is contained in:
2021-12-26 16:12:23 +00:00
parent 9d8c948dbb
commit d486059430
+6
View File
@@ -93,6 +93,12 @@ module.exports = ({ production, analyze }) => {
},
},
watchFiles: {
options: {
ignored: ['node_modules/**']
}
},
proxy: {
'/api': {
target: 'http://localhost:3000'