> * 切换jsx编译方式需要先删除 node_modules/.cache文件夹 + 升级了 react jsx的编译方式 `SX 转换不会将 JSX 转换为 React.createElement,而是自动从 React 的 package 中引入新的入口函数并调用` [Link](https://zh-hans.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) + 根据安装依赖是否使用 antd import
emp
## Install + `yarn add @efox/emp-react -D` + `emp-config.js` conf: ```javascript const withFrameWorkPlugin = require('@efox/emp-react') module.exports = withFrameWorkPlugin(({config, env, empEnv}) => { // your options here }) ```
> Base on Webpack5 Module Federation Micro Frontends solution!
Tune d.ts Plugin
## Road Map + v1.0.4 加入 `typescript-plugin-css-modules` 支持 vscode 直接支持 css 类型检测 + v1.0.1 支持 Top Level Await 特性
swc compile loader
use cli to upload file to oss
single-mobx6
EMP vue 2 plugin
emp eslint
EMP vue 3 plugin
emp
share mf exposes
emp share and runtime
## Install + `yarn add @efox/emp-svetle -D` + `emp-config.js` conf: ```javascript const withFrameWorkPlugin = require('@efox/emp-svetle') module.exports = withFrameWorkPlugin(({config, env, empEnv}) => { // your options here }) ```
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
Vue2 component using in Vue3
根据分支名匹配规则 ,git checkout后根据匹配的规则,将自动修改package.json中的version为目标值。
## Install + `yarn add @efox/emp-swc -D` + `emp-config.js` conf: ```javascript const withSWC = require('@efox/emp-swc') module.exports = withSWC(({config, env, empEnv}) => { // your options here }) ```
EMP vue3的补充配置。
## 安装
## Install
## Install + `yarn add @efox/emp-angular -D` + `emp-config.js` conf: ```javascript const withFrameWorkPlugin = require('@efox/emp-angular') module.exports = withFrameWorkPlugin(({config, env, empEnv}) => { // your options here }) ```