File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 "build" : " yarn run build:commonjs && yarn run build:es && npm run build:umd && npm run build:umd:min" ,
99 "build:es" : " babel src -d es" ,
1010 "build:commonjs" : " cross-env BABEL_ENV=commonjs babel src -d lib" ,
11- "build:umd" : " cross-env BABEL_ENV=commonjs NODE_ENV=development webpack src/index.js -o dist/react-responsive-picture.js" ,
12- "build:umd:min" : " cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js -o dist/react-responsive-picture.min.js" ,
11+ "build:umd" : " cross-env NODE_ENV=development webpack src/index.js -o dist/react-responsive-picture.js" ,
12+ "build:umd:min" : " cross-env NODE_ENV=production webpack src/index.js -o dist/react-responsive-picture.min.js" ,
1313 "clean" : " rimraf lib dist es" ,
1414 "dev" : " yarn run clean && cross-env BABEL_ENV=commonjs babel src -d lib --watch" ,
1515 "lint" : " eslint src/ --ext .js,.jsx" ,
You can’t perform that action at this time.
0 commit comments