0.0.13 • Published 4 years ago

cofe-template v0.0.13

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

react react-router-dom 依赖于 src/html.template.ejs 配置走CDN

内置安装:

"@cofe/jss-deploy": "^1.1.7"

"@types/lodash": "^4.14.171",

"lodash": "^4.17.21",

"antd": "^4.16.9",

"moment": "^2.29.1",

"qiankun": "^2.3.2",

默认打包优化:

antd

vendors

commons

微应用

在 .env 里面配置 REACT_APP_MF=true

config-overrides.js配置:

const ModuleFederationPlugin = require('webpack').container.ModuleFederationPlugin;

const { // isProd, // isDev, // isMF, cwd, } = require('cofe-app/config/webpack/setting');

module.exports = { entry: { name: 'index', title: '测试首页', path: './src/index.tsx', }, , common: { // 用于从配置中解析路径 context: cwd, externals: { react: 'React', 'react-dom': 'ReactDOM', 'react-router': 'ReactRouter', 'react-router-dom': 'ReactRouterDOM', }, module: { rules: { test: /bootstrap.tsx$/, loader: 'bundle-loader', options: { lazy: true, }, }, , }, plugins: [ new ModuleFederationPlugin({ name: 'test', filename: 'test.js', exposes: { './Button': './src/Button', }, shared: 'react', 'react-dom', }), ], }, dev: {}, // prod: {}, };

0.0.13

4 years ago

1.0.19

4 years ago

1.0.20

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago