Skip to content

Commit

Permalink
Pull in correct dep for plugin-react-css-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean King authored Jun 21, 2018
1 parent bdb0490 commit 4c97c67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exports.onCreateBabelConfig = ({ actions }) => {
actions.setBabelPlugin({
name: `react-css-modules`,
name: `babel-plugin-react-css-modules`,
options: {
generateScopedName: `[name]--[local]--[hash:base64:5]`,
webpackHotModuleReloading: process.env.NODE_ENV !== `production`,
Expand Down

0 comments on commit 4c97c67

Please sign in to comment.