README.txt 419 B

1234567
  1. // 1. 该文件夹 下的相关渲染都是系统内_公用 统一 .jsx
  2. // 2. 使用该配置在项目中运用 需要 添加 babel additional
  3. // eg: chainWebpack: config.module
  4. .rule('jsx')
  5. .include.add(/node_modules\/@admin\/@lancegroup\/admin-ui\/packages\/sys_cellSlots/).end()
  6. .use('babel')
  7. .loader('babel-loader')