Skip to content

Instantly share code, notes, and snippets.

@13protons
Created April 29, 2018 18:20
Show Gist options
  • Save 13protons/8878baf19855c89a2dfa899654c3b77f to your computer and use it in GitHub Desktop.
Save 13protons/8878baf19855c89a2dfa899654c3b77f to your computer and use it in GitHub Desktop.
How to get 'npm run build' to watch fs and rebuild webpack while using the new vue cli
// vue.config.js
module.exports = {
configureWebpack: {
watch: true
}
}
@13protons
Copy link
Author

@jpbecotte - I found your (closed) issue for the vue-cli and had the same problem. Here's the solution I found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment