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 ea7a6df commit 777a9eaCopy full SHA for 777a9ea
package.json
@@ -33,7 +33,7 @@
33
"prepublish": "npm run test:coverage",
34
"jslint": "eslint ./src",
35
"tslint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
36
- "babel": "BABEL_ENV=lib babel ./src/js/Inputs --out-dir ./lib/components --extensions '.js,.tsx'",
+ "babel": "BABEL_ENV=lib babel ./src/js/Inputs --out-dir ./lib/components --extensions '.ts,.tsx'",
37
"build": "rm -rf lib && npm run babel && npm run build_prod",
38
"webpack_dev": "rm -rf dist && NODE_ENV=development ./node_modules/.bin/webpack --config ./webpack/development.config.js --progress --watch",
39
"webpack_prod": "rm -rf dist && NODE_ENV=production ./node_modules/.bin/webpack --config ./webpack/production.config.js --progress -p",
0 commit comments