-
# This is a (Bug Report / Feature Proposal)
## Description
For bug reports:
* The aws-sdk package gets bundled into the lambda.zip bundle
* The aws-sdk should not be bundled
* The config …
-
Type: **minor**
**Describe the bug**
When a Webpack app imports this package and `styled-components`, two copies of the `styled-components` code are bundled. See Webpack issue: https://github.com/…
-
Hello,
I'm not sure what I'm doing wrong but for some reason, if I try to lazily load JSON files using this loader, webpack interprets the generated loading code as if it were JSON too and tries to…
ephys updated
6 years ago
-
# This is a Bug Report
## Description
Tree-shacking is not working as expected.
1) Final bundle should remove unused dependency imports libraries
2) Final bundle should have single dependen…
-
When it comes to bundling a cjs module into an esm one with some cjs externals, esbuild will convert `require` to `__require` and print useful information at runtime. However, it also prevents other E…
-
I expect the output of ncc to be runnable without npm dependencies.
However, if I have a type that is included from another library, I need to keep that library as a dependency and the types are not …
-
I was playing around with `comlink-loader` with an isomorphic react app. I used `multi` and `inline` options.
For the client bundle, everything works fine, but it failed when bundling the server bu…
-
I can't get the application to run, because the `bbCreateStore` function errors when it tries to call `apply` on the enhancer variable. Based on the logic above it in the function, it'll choose the 2n…
-
The recommended setup suggests to not use webpack caching features, since it would be easier to add a commit hash at deployment time.
Since the suggested method will produce new URLs for bundles even…
-
```
TypeError: compiler.plugin is not a function
at MergeIntoFile.apply (/SNIP/node_modules/webpack-raw-bundler/index.js:124:12)
at createCompiler (/SNIP/node_modules/webpack/lib/webpack.js…