This gist is for a comment that I made here: https://www.valentinog.com/blog/webpack-4-tutorial/
Created
March 31, 2018 05:16
-
-
Save ConnerAiken/ca3f23bd4488fb550e71757a8afe76b6 to your computer and use it in GitHub Desktop.
js/jsx loader for webpack4 - babel-loader
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
{ | |
test: /\.(js|jsx)$/, | |
loader: 'babel-loader', | |
exclude: /node_modules/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment