Skip to content

Instantly share code, notes, and snippets.

@pinglinh
Created March 8, 2018 14:52
Show Gist options
  • Save pinglinh/3d00aecc2442786196d770540e2b2da6 to your computer and use it in GitHub Desktop.
Save pinglinh/3d00aecc2442786196d770540e2b2da6 to your computer and use it in GitHub Desktop.
module.exports = {
module: {
rules: [
{
test: /\.js$/,
exclude: /node_modules/,
use: {
loader: "babel-loader"
}
}
]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment