Skip to content

Instantly share code, notes, and snippets.

@prakash122
Created April 11, 2018 12:35
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 prakash122/bb3d63cc9f5dc365d24011207905e81e to your computer and use it in GitHub Desktop.
Save prakash122/bb3d63cc9f5dc365d24011207905e81e to your computer and use it in GitHub Desktop.
// Add the following rule to run the babel loader on all the files with .js extension.
{
test: /\.js$/,
use: [
{
loader: 'babel-loader',
options: {
presets: ['env']
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment