前置知识:了解babel的使用,了解JavaScript语法树 安装 babel-cli, babel-core 我们的打包文件 import antd, { Table } from 'antd'; let arrow = () => {}; const component = <Table />; 复制代码 .babelrc 配置 { "presets": , "plugins": [ [...
前置知识:了解babel的使用,了解JavaScript语法树 安装 babel-cli, babel-core 我们的打包文件 import antd, { Table } from 'antd'; let arrow = () => {}; const component = <Table />; 复制代码 .babelrc 配置 { "presets": , "plugins": [ [...