Skip to content

Instantly share code, notes, and snippets.

@raisiqueira
Created October 29, 2020 18:48
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 raisiqueira/9c2a8d443b96ec99ebaf6e7f9a87f4e7 to your computer and use it in GitHub Desktop.
Save raisiqueira/9c2a8d443b96ec99ebaf6e7f9a87f4e7 to your computer and use it in GitHub Desktop.
Webpack with VSCode auto complete
/** @type{import('webpack').Configuration} */
module.exports = {
mode: 'development',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment