-
Hi,
since I updated to version 6.0.1, webpack is no longer able to build the bundle because of this errors
![image](https://github.com/user-attachments/assets/591d9038-5ac8-4276-95f8-e5a978d06276…
-
There are some changes you need to make if you're using WebPack 3.0+
For webpack.config.js, I had to make the file look like this:
const webpack = require('webpack');
const path = requi…
-
Using nautilusjs in other projects through npm modules and then bundling it with webpack causes error when trying to define `config` method in Nautilus object
-
Looking at the provided bundles, I discovered that some of the frequently executed code is full of calls to private property access check helpers, which are generated by esbuild. I tried to have these…
-
When I try to bundle my code with Webpack on Windows, I'm getting the following error:
```
PS C:\Users\Andrew\Projects\dreamybandnames2> clj -M:cljs/deps -m figwheel.main --build-once dbn-frontend…
-
### Environment
What version are you running? Etc.
webpack@5.89.0, @sentry/webpack-plugin@2.14.2 uploading to Sentry cloud
### Steps to Reproduce
```js
// Sentry plugin configuration
sen…
-
switch to default imports, e.g.
import Xyz from "blah/Xyz";
instead of
import {Xyz} from "blah";
-
## Why
We want to create a version of the **client WASM** `npm` package compatible with `NodeJS` (as requested in #2082).
We have already tried to make the package compatible with `NodeJS` with the `…
-
## v0.1.0
- [x] route、build、create
- [x] dev
- [x] user config
- [x] preview
- [x] generate
## v0.2.0
- [x] the framework unified plugin system
- [ ] ssr (build, none stream, stream, met…
-
## PLIP (Plone Improvement Proposal)
## Responsible Persons
### Proposer: Víctor Fernández de Alba (@sneridagh)
### Seconder: Timo Stollenwerk (@tisto)
## Abstract
Volto, as any other m…
tisto updated
1 month ago