Skip to content

Instantly share code, notes, and snippets.

@ShinyChang
Created March 5, 2019 14:48
Show Gist options
  • Save ShinyChang/db76c2a0c5b9f2fee0e439ecbfd71b8c to your computer and use it in GitHub Desktop.
Save ShinyChang/db76c2a0c5b9f2fee0e439ecbfd71b8c to your computer and use it in GitHub Desktop.
module.exports = {
module: {
rules: [
{
test: /\.js$/,
use: ['cache-loader', 'babel-loader'],
include: path.resolve('src'),
},
],
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment