mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
remove unused babelrc
This commit is contained in:
parent
5c9b4b4296
commit
d450db8bd4
@ -25,7 +25,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ant-design/ant-design/issues"
|
"url": "https://github.com/ant-design/ant-design/issues"
|
||||||
},
|
},
|
||||||
"main": "dist/antd",
|
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"lib",
|
"lib",
|
||||||
@ -147,7 +146,8 @@
|
|||||||
"/_site/"
|
"/_site/"
|
||||||
],
|
],
|
||||||
"testPathIgnorePatterns": [
|
"testPathIgnorePatterns": [
|
||||||
"/node_modules/"
|
"/node_modules/",
|
||||||
|
"/dist/"
|
||||||
],
|
],
|
||||||
"scriptPreprocessor": "<rootDir>/node_modules/webpack-babel-jest",
|
"scriptPreprocessor": "<rootDir>/node_modules/webpack-babel-jest",
|
||||||
"testDirectoryName": "tests"
|
"testDirectoryName": "tests"
|
||||||
|
Loading…
Reference in New Issue
Block a user