Created
February 19, 2019 15:08
-
-
Save ShinyChang/5aa0b926f935c0f3993edf1df1a3522c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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