-
## I'm submitting a:
- [x] Bug report
- [ ] Feature request
- [ ] Other (Describe below)
## Current behavior
Getting the next error on ```npm start```
```console
Failed to compile.
.…
-
### Context
Reference : https://design-system-git-main-strapijs.vercel.app/?path=/docs/design-system-components-subnav--base
Result : https://i.postimg.cc/rm4rFHds/Screenshot-from-2023-03-17-13-49…
-
#### What happens and why it is wrong
We chose to use rollup instead of webpack for our shared library, however it seems that rollup with typescript does not support static resources such as images. …
-
### 🧐 问题描述
@chenshuai2144
请教一下打包优化,如何把umi中的lodash moment等抽离出来。打完包后umi.js文件最大。控制台也提示
```
The bundle size is significantly larger than recommended.
Consider reducing it with code splitting: ht…
-
I am learning about react routing and using https://github.com/JetBrains/kotlin-wrappers/blob/master/examples/src/main/kotlin/example/ReactRouterDom.kt
When I click `Topics` (`http://localhost:8080…
-
Hey.
I am trying to do my first react app and everything is working fine, until I tried to use react-router-dom.
I've just imported:
import BrowserRouter from 'react-router-dom';
and wrapped m…
-
Hi ! I am working on project where I need React Router V5.3.3's BrowserHistory, and since I need PHP, I am using XAMPP and React Router's CDN, but everytime I try to go to another route, it gives me t…
-
**Ionic version:**
[x] **4.x** (4.3.1)
**I'm submitting a ...**
[x] bug report
[ ] feature request
**Current behavior:**
When I browse to a page that has previously been loaded, the l…
-
externals react-router-dom 引入cdn后报 location undefined
```
externals: prod
? {
react: 'window.React',
'react-dom': 'window.ReactDOM',
// 'react-router-dom': 'ReactRouter…
-
### Describe the bug
1)基座项目设置了共享依赖
Garfish.setExternal({
react: React,
"react-dom": ReactDOM,
"react-router-dom": ReactRouterDom,
});
2)子项目 webpack 中配置了 externals
externals: {
…