-
"dependencies": {
"@babel/runtime": "^7.7.7",
"@nutui/nutui": "^3.1.18",
"@nutui/nutui-taro": "^3.1.10",
"@tarojs/cli": "3.4.7",
"@tarojs/components": "3.4.7",
"@tarojs/plugin-html"…
-
## What problem does this address?
I’m not sure if this is a bug, a feature request, or if it would contribute towards improved documentation.
We aim to compile our Gutenberg Blocks by declaring…
-
Well, why not? Shouldn't be hard.
-
We need to migrate our project from Create React App (CRA) to Vite/Webpack due to several reasons, including security concerns and performance improvements.
The idea is that:
* The project shoul…
-
### What version of Bun is running?
1.1.30-debug+adc86c773
### What platform is your computer?
Darwin 23.5.0 arm64 arm
### What steps can reproduce the bug?
```
git clone https://github.com/googl…
-
### Current Behavior
Nx is unable to resolve the baseUrl for a library inside thhe NxTsconfigPathsWebpackPlugin although baseUrl exists in tsconfig.base.json and we have extended that file all the…
-
I played around a little with creating a webpack plugin:
``` javascript
class KssPlugin {
constructor (options) {
this.options = options
}
apply (compiler) {
compiler.plugin('compile', …
-
Documentation Is:
- [x] Missing
- [x] Needed
- [ ] Confusing
- [ ] Not Sure?
### Please Explain in Detail...
There is a now-abandoned project known as image-webpack-loader . The do…
-
### Describe the Bug
In experimenting with the website template for 3.0, I found that the following code in `/src/search/beforeSync.ts` doesn't work as expected:
```typescript
if (categories && A…
-
### What problem does this feature solve?
In Modern.js, we want to support RSC building base on Rspack. When using webpack, the solution can work normally, but with Rspack, there are some APIs that a…