Guest User

Untitled

a guest
Jun 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. module: {
  2. rules: [
  3. {
  4. // Only run `.js` through Babel
  5. test: /\.(js)$/,
  6. //exclude the node_modules or bower_components directory
  7. exclude: /(node_modules|bower_components)/,
  8. use: "babel-loader"
  9. }
  10. ]
  11. }
Add Comment
Please, Sign In to add comment