diff --git a/webpack.config.js b/webpack.config.js index ca2f254..4b7cf2e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -93,6 +93,12 @@ module.exports = ({ production, analyze }) => { }, }, + watchFiles: { + options: { + ignored: ['node_modules/**'] + } + }, + proxy: { '/api': { target: 'http://localhost:3000'