-
This error occurred recently in test-server:
```
Frontend error:
Uncaught (in promise): Error
Error
at https://www.oppiatestserver.org/build/webpack_bundles/topic_editor.cdeb1f2596f285…
-
Is there a way to bundle this plugin with d3 using Webpack?
I found a way to import some of the functions through:
```js
import * as d3base from 'd3';
import { getSize, resolution, selectCanva…
-
-
Hi, I love this library a lot and want to use it in my production environment.
Right now I have this library as dependency and I am trying to packaging my application with webpack. Webpack complains…
-
I am trying to reverse proxy this container through Traefik, however I get this error when loading via HTTPS:
```
Failed to construct 'WebSocket': An insecure WebSocket connection may not be initi…
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaS…
-
### Problem
JupyterLab uses `webpack` for bundling, which is slow.
### Proposed Solution
I'm wondering if it could be possible to switch to `esbuild`.
### Additional context
`esbuild` i…
-
### Describe the bug
externals: {
...
'@module-federation/webpack-bundler-runtime': 'MFWBR',
'@module-federation/webpack-bundler-runtime/constant': 'MFWBRCT',
...
},
### Repr…
ckken updated
1 month ago
-
This error occurred recently in test server:
```
Uncaught (in promise): TypeError: Cannot read properties of undefined (reading 'id')
TypeError: Cannot read properties of undefined (reading '…
-
When using React w/ Webpack with the latest versions of meshsdk:
`"@meshsdk/core": "1.6.8",`
`"@meshsdk/react": "1.6.8",`
I get the following TypeError:
`Class extends value undefined is not a c…