-
### Describe the bug
connot resolve webpack bundle like no entry
### Expected Behaviour
unpack this bundle
### Code
```JavaScript
(()=>{
var __webpack_modules__ = {...};
var __webpack_module_ca…
AILHC updated
8 months ago
-
I am trying to use node-wot as a client in a webpack application. The library can be only loaded using a dynamic import (i.e. `const wot = await import("@node-wot/browser-bundle")`) and it seems that …
-
Add an `--analyze`/`--analyse` flag which enables use of [`BundleAnalyzerPlugin`](https://github.com/th0r/webpack-bundle-analyzer) to make it easy to inspect the contents of bundles.
insin updated
4 years ago
-
-
### Checks
- [X] This is not a duplicate of an existing issue (please have a look through our [open issues list](https://github.com/TheOdinProject/curriculum/issues) to make sure)
- [X] I have tho…
-
I am using the aws handler and when running using serverless-offline, I am getting the following errors:
```ERROR in C:/.../node_modules/grant/grant.js
Module not found: Error: Can't resolve 'hapi/p…
-
I am getting different results when i am bundling in development or production with webpack.
The desired result would be the following one, when i am bundling in development mode:
![](http://i.i…
-
### Feature Use Case
Rollup is used as a module bundler in the Vite. There are a lot of people who are migrating from Webpack to Vite. During that migration process, some of us get an `unsafe-eval` C…
-
# Expected Behavior
Hoping to use Jimp on the with NextJS through client components
# Current Behavior
- Oddly everything works as intended when running dev server `next dev`
- But when bui…
-
The best possible situation would be for users to be able to start hacking on the HUD without having to change any options or install any other software.
Setting a 'dev' mode is an ok alternative, bu…