-
### Link to the code that reproduces this issue
https://github.com/chriskrogh/build-manifest-test
### To Reproduce
1. clone the repo and run `npm i`
2. run the nextjs build (`npm run build`)…
-
Hello! I'm getting the following errors in our error logging system, and I can't figure out what's causing them. Do you have any thoughts about what the problem might be?
```js
RangeError: Maximum…
-
It seems weird that some resources are taken from external sources (CDNs) while almost everything is cleanly referenced and managed by webpack.
This should be either be made configurable for self-h…
-
Related: https://github.com/evanw/esbuild/issues/459
In Webpack, [`__webpack_public_path__`](https://webpack.js.org/guides/public-path/#on-the-fly) is a runtime variable that contains the public pa…
-
Hi,
Is there anyway to define CDN url by variable and not trough the webpack build process?
Thanks.
-
### Verify canary release
- [X] I verified that the issue exists in Next.js canary release
### Provide environment information
Operating System:
Platform: linux
Arch: x64
V…
-
This issue may be related to https://github.com/andreypopp/react-router-component/issues/2. - browserify-shim would end in a similar issue I guess.
It seems that "react-router-component" has a proble…
-
### Describe the bug
```
Can't resolve '/images/some-image.svg' in 'node_modules/.pnpm/@vanilla-extract+webpack-plugin@2.3.11_@types+node@20.14.13_babel-plugin-macros@3.1.0_less@4.2.0_webpack@5.93…
-
### Is this a bug report?
Yup! When I tried adding `'dynamic-cdn-webpack-plugin'` to my project, it causes webpack to crash trying to require in a dependency.
Please find a minimal recreation he…
-
- SystemJS Version:
- Which library are you using?
- [x] system.js
- [ ] s.js
- [ ] system-node.cjs
- Which extras are you using?
- [ ] AMD extra
- [ ] Named Exports
- [x] Named…