We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76322b commit f635b35Copy full SHA for f635b35
1 file changed
package.json
@@ -52,8 +52,8 @@
52
"url": "https://github.com/gajus/babel-plugin-react-css-modules"
53
},
54
"scripts": {
55
- "build-helper": "mkdir -p ./dist/browser && NODE_ENV=production babel ./src/getClassName.js --out-file ./dist/browser/getClassName.js --source-maps --no-babelrc --plugins transform-es2015-modules-commonjs,transform-flow-strip-types --presets es2015",
56
"build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --source-maps --copy-files && npm run build-helper",
+ "build-helper": "mkdir -p ./dist/browser && NODE_ENV=production babel ./src/getClassName.js --out-file ./dist/browser/getClassName.js --source-maps --no-babelrc --plugins transform-es2015-modules-commonjs,transform-flow-strip-types --presets es2015",
57
"lint": "eslint ./src && flow",
58
"precommit": "npm run test && npm run lint",
59
"test": " NODE_ENV=test mocha --require babel-core/register"
0 commit comments