Skip to content

Instantly share code, notes, and snippets.

@whoisryosuke
Forked from pinglinh/webpack.config.js
Created August 20, 2018 22:43
Show Gist options
  • Select an option

  • Save whoisryosuke/7599338426d0b69130c136e9374b348d to your computer and use it in GitHub Desktop.

Select an option

Save whoisryosuke/7599338426d0b69130c136e9374b348d 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