Skip to content

Commit

Permalink
Fix reference to happypack loader 👤
Browse files Browse the repository at this point in the history
  • Loading branch information
pirelenito committed Apr 7, 2017
1 parent dda6c50 commit cb6b027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure-webpack/loaders/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default {
path.join(projectPath, 'src'),
...userPaths
],
loader: 'happypack/babel'
loader: 'happypack/loader?id=babel'
}
]
}
Expand Down

0 comments on commit cb6b027

Please sign in to comment.