Skip to content

Instantly share code, notes, and snippets.

@jojijacobk
Created January 31, 2021 11:43
Show Gist options
  • Save jojijacobk/19fbaca7ce21c063b8a26aed63684ba0 to your computer and use it in GitHub Desktop.
Save jojijacobk/19fbaca7ce21c063b8a26aed63684ba0 to your computer and use it in GitHub Desktop.
To have VS Code autocomplete feature for Webpack configuration add the following annotation as the first line in webpack.config.js file.
/** @type {import('webpack').Configuration} */
@EdHovhannis
Copy link

Why it's not working ?

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