We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module.exports = { clientLogLevel: 'warning', historyApiFallback: { rewrites: [ { from: /.*/, to: path.posix.join(config.assetsPublicPath, 'index.html') }, ], }, hot: true, contentBase: false, // since we use CopyWebpackPlugin. compress: true, host: HOST || config.host, // port: PORT || config.port, open: config.autoOpenBrowser, useLocalIp: true, overlay: config.errorOverlay ? { warnings: false, errors: true } : false, publicPath: config.assetsPublicPath, proxy: { '/api': { target: 'xxx', changeOrigin: true, secure: false, }, '/login': { target: 'xxx', changeOrigin: true, secure: false, }, }, quiet: true, watchOptions: { poll: config.poll, }, before: (app) => { app.use('/', express.static(utils.fullPath('static'))) } };
v3.4.1 https://wx4.sinaimg.cn/mw690/7ee06dc9ly1g3aec4n5cog20gn0a5hdx.gif
v3.3.1 https://wx4.sinaimg.cn/mw1024/7ee06dc9ly1g3aecd52q2g20gn0a54qv.gif
The text was updated successfully, but these errors were encountered:
Yes, sorry so please add node_modules.
options.watchOptions.ignored = options.watchOptions.ignored || [ /node_modules/, ];
#1794
Sorry, something went wrong.
Yes, sorry so please add node_modules. options.watchOptions.ignored = options.watchOptions.ignored || [ /node_modules/, ]; #1794
thanks
No branches or pull requests
Code
v3.4.1
https://wx4.sinaimg.cn/mw690/7ee06dc9ly1g3aec4n5cog20gn0a5hdx.gif
v3.3.1
https://wx4.sinaimg.cn/mw1024/7ee06dc9ly1g3aecd52q2g20gn0a54qv.gif
The text was updated successfully, but these errors were encountered: