Updated webpack.config.js
This commit is contained in:
@@ -93,6 +93,12 @@ module.exports = ({ production, analyze }) => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
watchFiles: {
|
||||||
|
options: {
|
||||||
|
ignored: ['node_modules/**']
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://localhost:3000'
|
target: 'http://localhost:3000'
|
||||||
|
|||||||
Reference in New Issue
Block a user