Skip to content

Commit

Permalink
rewrite v2
Browse files Browse the repository at this point in the history
Close

- #245
- #420
- #423
- #344
- #342
- #432
- #436
- #331
- #324
- #311
- #297
- #296
- #286
- #282
- #280
- #239
- #172
  • Loading branch information
yesmeck committed Nov 4, 2020
1 parent 3a93f5a commit eec4fce
Show file tree
Hide file tree
Showing 35 changed files with 19,285 additions and 7,216 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "babel-plugin-import",
"version": "1.13.1",
"version": "2.0.0",
"description": "Component modular import plugin for babel.",
"repository": {
"type": "git",
"url": "https://github.com/ant-design/babel-plugin-import"
},
"main": "lib/index.js",
"scripts": {
"build": "umi-tools build",
"test": "umi-tools test --coverage",
"debug": "umi-tools test",
"build": "tsc",
"test": "father test --coverage",
"debug": "father test",
"lint": "eslint --ext .js src",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"prepack": "npm run build",
Expand All @@ -36,21 +36,21 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-0",
"babel-preset-umi": "^1.0.0",
"coveralls": "^3.0.6",
"eslint": "^7.1.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"father": "^2.29.10",
"husky": "^4.2.5",
"lint-staged": "^10.2.8",
"material-ui": "^0.20.2",
"np": "^6.2.0",
"prettier": "^2.0.5",
"react-toolbox": "^1.2.5",
"umi-tools": "^0.4.0"
"typescript": "^4.0.5"
},
"babel": {
"presets": [
Expand All @@ -64,7 +64,8 @@
"README.md"
],
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/runtime": "^7.0.0"
"@babel/traverse": "^7.12.5",
"@babel/types": "^7.12.5",
"@types/babel__traverse": "^7.0.15"
}
}
283 changes: 0 additions & 283 deletions src/Plugin.js

This file was deleted.

Loading

0 comments on commit eec4fce

Please sign in to comment.