0.0.13 • Published 3 years ago

cofe-template v0.0.13

Weekly downloads
-
License
-
Repository
-
Last release
3 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

3 years ago

1.0.19

3 years ago

1.0.20

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago