-
Any plan to upgrade builder to webpack 5?
-
#### Category
- [ ] Enhancement
- [ X] Bug
- [ ] Question
#### Version
3.17.0
#### Expected / Desired Behavior / Question
All controls should work with WebPack 5 that is used in SPFx 1.19.0
…
-
Hi there,
First, thank you for providing a sample template that I can follow.
But i'm facing an issue when building a library and importing it into a project using CRA latest.
Could you please h…
-
### Current behavior 😯
ESM are not usable in server side, after node 12 esm is enabled and when we want to use esm is imposible since the packages.json does not have type: module or the files are …
-
Is it compatible with webpack 5 ? because I get the below error only for this library. I have already configured process.env in my webpack configs.
![image](https://github.com/user-attachments/asse…
-
The plugin seems to be incompatible with the latest official version of Webpack, 5.31.2.
Using at as a plugin in the following fashion
```
new BannerWebpackPlugin({
chunks: {
…
jwbth updated
2 months ago
-
# Bug report
**What is the current behavior?**
Transpiling with a Web Worker (webpack 5 worker import syntax) crashes Webpack
```
89% sealing hashing/project/node_modules/webpack/lib/Compi…
-
**Describe the bug**
I have a simple React app with a custom Webpack setup but the three shaking doesn't work - https://github.com/anteburazer/tree-shaking-test
**To Reproduce**
```
git clone ht…
-
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0.
Release notes
Sourced from webpack's releases.
v5.94.0
Bug Fixes
Added runtime condition for harmony reexport checked
Hand…
-
**Describe the bug**
When importing the SDK into a webpack 5 application there are underlying libraries that are no longer included as standard (for browser) which need require modifying the links to…