Skip to content

Instantly share code, notes, and snippets.

@ShinyChang
Created February 19, 2019 15:08
Show Gist options
  • Select an option

  • Save ShinyChang/5aa0b926f935c0f3993edf1df1a3522c to your computer and use it in GitHub Desktop.

Select an option

Save ShinyChang/5aa0b926f935c0f3993edf1df1a3522c to your computer and use it in GitHub Desktop.
module.exports = {
...
module: {
rules: [
{
test: /\.js$/,
exclude: /node_modules/,
use: [
'thread-loader',
'babel-loader'
]
},
...
]
...
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment