-
Hello,
I am using express-handlebars in my express project and I'm trying to figure out how to bundle correctly with Webpack with the goal of maintaining the benefits of server side rendering.
…
-
Low priority. Just record resource: https://github.com/webpack/webpack/tree/master/examples/multiple-entry-points
g-sam updated
7 years ago
-
I having issues bundling this with webpack
**Warning when bundling with webpack**
WARNING in ./node_modules/app-root-path/lib/app-root-path.js 14:10-56
Critical dependency: the request of a dep…
-
**What is the bug?**
We use nightly builds per version to create playgrounds here: https://playground.nightly.opensearch.org/3x/app/login?
For a long time, 3.0.0 playground is not usable due to belo…
-
As a user of OCW Next, I would like to have the pages I visit not load unnecessary data.
#### Acceptance Criteria:
- [ ] Webpack generates separate JS / CSS bundles for the search app and the re…
-
Besides creating a `commonjs` and `esmodule` with `tsc`, we also create a bundle using `webpack`. Problem is that the bundle size is 1.61 MB and has to be reduced.
-
Issue#29 changed patching the `node_modules` folder to the `platforms` folder, so bundling is no longer supported.
Perhaps we should patch `node_modules` when bundling, and `platforms` when not.
-
There are issues with version 0.1.6 while bundling with webpack
```
WARNING in ../../node_modules/.pnpm/@bundled-es-modules+tough-cookie@0.1.6/node_modules/@bundled-es-modules/tough-cookie/index-e…
-
Seems like a lot of users want to use webpack with a number of the nodejs client libraries.
Threads where this comes up:
- https://github.com/googleapis/nodejs-dialogflow/issues/390
- https://gi…
-
I have 2 modules created as an sdk using react-native-create-library. I have already integrated them in parent app. Now I want to enable codepush for my sdk's only. I came across repack which can be…