Skip to content

Instantly share code, notes, and snippets.

@meDavid
Created March 18, 2019 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meDavid/f91f8844b85f582f637d9443d4c1ba2c to your computer and use it in GitHub Desktop.
Save meDavid/f91f8844b85f582f637d9443d4c1ba2c to your computer and use it in GitHub Desktop.
export default {
pre() {
},
// This hook is used to manipulate the webpack configuration
config(cfg) {
return cfg;
},
post() {
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment