Skip to content

Commit

Permalink
fix: build publish
Browse files Browse the repository at this point in the history
  • Loading branch information
qiqiboy committed Mar 21, 2020
1 parent 0119097 commit 23a168c
Show file tree
Hide file tree
Showing 9 changed files with 1,086 additions and 380 deletions.
596 changes: 462 additions & 134 deletions dist/react-formutil.cjs.development.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-formutil.cjs.production.js

Large diffs are not rendered by default.

452 changes: 361 additions & 91 deletions dist/react-formutil.esm.development.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-formutil.esm.production.js

Large diffs are not rendered by default.

385 changes: 247 additions & 138 deletions dist/react-formutil.umd.development.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-formutil.umd.production.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"autoprefixer": "7.1.6",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "0.3.6",
"babel-preset-react-app": "9.1.1",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"chalk": "3.0.0",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-formutil",
"version": "1.0.10",
"version": "1.0.11",
"description": "Happy to build the forms in React ^_^",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"types": "./index.d.ts",
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.8.6",
"@babel/core": "7.9.0",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@rollup/plugin-node-resolve": "6.1.0",
Expand All @@ -56,18 +56,18 @@
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"@types/react-is": "16.7.1",
"@typescript-eslint/eslint-plugin": "2.22.0",
"@typescript-eslint/parser": "2.22.0",
"@typescript-eslint/eslint-plugin": "2.24.0",
"@typescript-eslint/parser": "2.24.0",
"babel-eslint": "10.1.0",
"babel-jest": "^25.1.0",
"babel-preset-react-app": "9.1.1",
"babel-preset-react-app": "9.1.2",
"eslint": "6.8.0",
"eslint-config-react-app": "5.2.0",
"eslint-config-react-app": "5.2.1",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-react-hooks": "2.5.0",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.1",
"husky": "2.7.0",
"identity-obj-proxy": "3.0.0",
"jest": "^25.1.0",
Expand All @@ -77,13 +77,13 @@
"lint-staged": "8.2.1",
"prettier": "1.19.1",
"prop-types": "15.7.2",
"react": "16.13.0",
"react": "16.13.1",
"react-app-polyfill": "^1.0.6",
"react-dom": "16.13.0",
"react-dom": "16.13.1",
"react-hot-loader": "^4.12.19",
"rimraf": "2.6.3",
"rollup": "1.32.0",
"rollup-plugin-babel": "4.3.3",
"rollup": "1.32.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-copy": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const pkg = require('./package.json');
* 如果希望将某些模块代码直接构建进输出文件,可以再这里指定这些模块名称
*/
const externalExclude = [
/*'@babel/runtime', 'regenerator-runtime'*/
'@babel/runtime', 'regenerator-runtime'
];

const exportName = 'react-formutil';
Expand Down

0 comments on commit 23a168c

Please sign in to comment.