Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tfiechowski/da261c2418b0b6ef78767dc8ed5361dc to your computer and use it in GitHub Desktop.
Save tfiechowski/da261c2418b0b6ef78767dc8ed5361dc to your computer and use it in GitHub Desktop.
module.exports = {
webpackConfig: {
module: {
rules: [
{
test: /\.jsx?$/,
exclude: /node_modules/,
loader: "babel-loader"
}
]
}
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment