Created
October 29, 2020 18:48
-
-
Save raisiqueira/9c2a8d443b96ec99ebaf6e7f9a87f4e7 to your computer and use it in GitHub Desktop.
Webpack with VSCode auto complete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @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