Skip to content

Instantly share code, notes, and snippets.

@ConnerAiken
Created March 31, 2018 05:16
Show Gist options
  • Save ConnerAiken/ca3f23bd4488fb550e71757a8afe76b6 to your computer and use it in GitHub Desktop.
Save ConnerAiken/ca3f23bd4488fb550e71757a8afe76b6 to your computer and use it in GitHub Desktop.
js/jsx loader for webpack4 - babel-loader
{
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