gpt4 book ai didi

reactjs - 如何找到.babelrc?

转载 作者:行者123 更新时间:2023-12-03 13:28:54 27 4
gpt4 key购买 nike

我想使用 Ant Design 创建 React 应用程序

在文档中,它说我需要更改 .babelrc 以模块化加载文件,也来自 https://medium.com/@GeoffMiller/how-to-customize-ant-design-with-react-webpack-the-missing-guide-c6430f2db10f ..

但是,我找不到任何...我对 Webpack/Babel/其他东西很陌生...
我使用 create-react-app 来制作 React 应用程序

请帮忙..

这是我的 package.json:

{
"name": "ant",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.0.3",
"jquery": "^3.2.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.0.17"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-import": "^1.6.3",
"css-loader": "^0.28.7",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"less-vars-to-js": "^1.2.1",
"style-loader": "^0.19.1"
}
}

最佳答案

对于将来最终到达这里的任何人,需要澄清一下:当您使用 CRA 创建项目时,babel 配置作为 React-scripts 设置的一部分存在(react-scripts 是负责所有工具魔法的包)加拿大税务局)。这意味着所有 babel 相关的控件都嵌套在项目的 node_modules 目录中的某个位置。出于所有意图和目的,它们不可编辑,并且需要弹出。

关于reactjs - 如何找到.babelrc?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47966285/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com