Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mannycolon/2743a2f89a29e188af949366c7ffbd9b to your computer and use it in GitHub Desktop.
Save mannycolon/2743a2f89a29e188af949366c7ffbd9b to your computer and use it in GitHub Desktop.
module.exports = {
components: 'src/components/**/[A-Z]*.js',
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