Skip to content

Commit 6785712

Browse files
committed
small change
1 parent 65b2083 commit 6785712

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+17643
-26
lines changed

README.md

Lines changed: 18 additions & 11 deletions

webpack1-react14-antd1-heavensky-ie8-spa/.babelrc renamed to _react14/webpack1-react14-antd1-heavensky-ie8-ie9now-spa/.babelrc

File renamed without changes.

webpack1-react14-antd1-heavensky-ie8-spa/.gitignore renamed to _react14/webpack1-react14-antd1-heavensky-ie8-ie9now-spa/.gitignore

File renamed without changes.

webpack1-react14-antd1-heavensky-ie8-spa/README.md renamed to _react14/webpack1-react14-antd1-heavensky-ie8-ie9now-spa/README.md

Lines changed: 11 additions & 1 deletion

webpack1-react14-antd1-heavensky-ie8-spa/package.json renamed to _react14/webpack1-react14-antd1-heavensky-ie8-ie9now-spa/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
"author": "HeavenSky",
77
"description": "study react antd ie8",
88
"scripts": {
9-
"install:cnpm": "cnpm install",
9+
"install": "npm install",
1010
"remove": "rimraf node_modules",
11+
1112
"start": "cross-env NODE_ENV=development webpack-dev-server --cache --colors --profile --progress -d",
13+
"dev": "npm run start",
1214
"dev@doubt": "cross-env NODE_ENV=development webpack --cache --colors --profile --progress --hide-modules",
1315
"build": "cross-env NODE_ENV=production webpack --cache --colors --profile --progress --hide-modules"
1416
},

webpack1-react14-antd1-heavensky-ie8-spa/postcss.config.js renamed to _react14/webpack1-react14-antd1-heavensky-ie8-ie9now-spa/postcss.config.js

File renamed without changes.

webpack1-react14-antd1-heavensky-ie8-spa/src/components/Bundle.js renamed to _react14/webpack1-react14-antd1-heavensky-ie8-ie9now-spa/src/components/Bundle.js

File renamed without changes.

webpack1-react14-antd1-heavensky-ie8-spa/src/components/Form.js renamed to _react14/webpack1-react14-antd1-heavensky-ie8-ie9now-spa/src/components/Form.js

File renamed without changes.

webpack1-react14-antd1-heavensky-ie8-spa/src/components/Home.js renamed to _react14/webpack1-react14-antd1-heavensky-ie8-ie9now-spa/src/components/Home.js

File renamed without changes.

webpack1-react14-antd1-heavensky-ie8-spa/src/components/Http.js renamed to _react14/webpack1-react14-antd1-heavensky-ie8-ie9now-spa/src/components/Http.js

File renamed without changes.

0 commit comments

Comments
 (0)