File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ WEBPACK_CMD=node_modules/.bin/webpack
44
55mkdir -p dist
66
7- $WEBPACK_CMD src/index .js dist/redux.js
8- NODE_ENV=production $WEBPACK_CMD src/index .js dist/redux.min.js
7+ $WEBPACK_CMD src/umd .js dist/redux.js
8+ NODE_ENV=production $WEBPACK_CMD src/umd .js dist/redux.min.js
99
10- $WEBPACK_CMD src/react.js dist/redux-react.js
11- NODE_ENV=production $WEBPACK_CMD src/react.js dist/redux-react.min.js
10+ $WEBPACK_CMD src/umd- react.js dist/redux-react.js
11+ NODE_ENV=production $WEBPACK_CMD src/umd- react.js dist/redux-react.min.js
Original file line number Diff line number Diff line change 33rm -rf lib
44` npm bin` /babel src --out-dir lib
55
6- mv lib/react- entry.js ./react.js
7- mv lib/react-native-entry .js ./react-native.js
6+ mv lib/entry-react .js ./react.js
7+ mv lib/entry- react-native.js ./react-native.js
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ export * from './index' ;
2+ export * from './react' ;
Original file line number Diff line number Diff line change 1+ export * from './index' ;
You can’t perform that action at this time.
0 commit comments