-
### Describe the bug
I'm getting an error when trying to add storybook 7 to a new Ember app. When runing `npx storybook@latest init`, I get asked which builder to use, and when then selecting Webpack…
-
**Describe the bug**
Using the `openapi-to-graphql` library in projects using webpack 5 throws a runtime error due to issues with CommonJS/ESM. This is similar to the issue observed in other librarie…
-
## 问题描述
> 问题的具体描述
## 复现步骤
1. 子应用开启 ModuleFederationPlugin
2. 根据 webpack 文档,新建了 bootstrap 文件,并将入口 index 文件改成 import('./bootstrap')
3. 这是主应用加载子应用页面失败
感觉是 `入口 index 文件改成 import('./bootstrap') ` 造…
-
这是直接webpack运行的子应用
同样的位置在wujiie的sahdowRoot上
样式表丢失了,只剩下注释。
这种有什么解决办法么。
webpack5+styled-components 4.4.1
-
## 前言
之前创建React或者Vue项目一直是使用官方推荐的脚手架,
在公司也是一直使用的是前辈实现的脚手架,未能深入了解脚手架所涉及的知识,这次决定学习下脚手架的知识,巩固一下Webpack以及学习最新的Webpack5知识。
这篇文章我会一步一步搭建,中间会讲解各个步骤的原因,后续会推出视频版本
## 注意事项
关于状态管理库我这里不会使用Redux或者Mobx,自从Re…
-
### Describe the bug
When using `html-webpack5` and importing html, absolute asset path in html cause the following error, although `staticDirs` setting is correct.
```
ERROR in ./stories/attachm…
sanak updated
2 weeks ago
-
### Describe the bug
Running storybook build for React Vite (TypeScript) setup,
Default behavior:
All generated files are present in `storybook-static` directory
When changing `build.outDir` f…
-
### Describe the bug
- in my `main.ts`, `webpackFinal()`, i have set `config.output.publicPath` to an absolute CDN path (`https://cdn.url/path/to/storybook`)
- `framework` is @storybook/react-webp…
-
taro3.5.2配置cache: {enable:true},当有缓存存在时,编译会出问题
复现:config/index.js中添加compiler: 'webpack5', cache: {enable:true}配置,运行两次yarn dev:weapp或者yarn build:weapp即可复现
初步来看当cache存在时module?._source?_valueAsString会…
-
I am currently using NextJS with this webpack plugin within the `next.config.js`. When I attempt to update to use webpack version 5 with NextJS I get the following build error.
```
(node:74857) Un…