📝 update the link of example without bundler (#1274)

This commit is contained in:
JuFeng Zhang 2021-03-01 18:41:26 +08:00 committed by GitHub
parent 0da3d144c5
commit c79907d4c2
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ export async function update(props) {
As qiankun based on single-spa, you can find more documentation about the sub-application lifecycle [here](https://single-spa.js.org/docs/building-applications.html#registered-application-lifecycle).
Refer to [example without bundler](/faq#does-qiankun-support-the-subapp-without-bundler)
Refer to [example without bundler](/guide/tutorial#micro-app-built-without-webpack)
### 2. Config Sub App Bundler

View File

@ -91,7 +91,7 @@ export async function update(props) {
qiankun 基于 single-spa所以你可以在[这里](https://single-spa.js.org/docs/building-applications.html#registered-application-lifecycle)找到更多关于微应用生命周期相关的文档说明。
无 webpack 等构建工具的应用接入方式请见[这里](/zh/faq#非-webpack-构建的微应用支持接入-qiankun-么?)
无 webpack 等构建工具的应用接入方式请见[这里](/zh/guide/tutorial#%E9%9D%9E-webpack-%E6%9E%84%E5%BB%BA%E7%9A%84%E5%BE%AE%E5%BA%94%E7%94%A8)
### 2. 配置微应用的打包工具