-
### Description
The current Webpack configuration splits code by workspace. This might not be the most optimal configuration, as some workspaces (e.g app-development) generate large chunks (> 4MB) th…
-
### Discussed in https://github.com/orgs/reflex-dev/discussions/3030
Originally posted by **itsmeadarsh2008** April 6, 2024
![image](https://github.com/reflex-dev/reflex/assets/71959210/4b868…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/7mqmx8
### To Reproduce
1. Run the application using next dev with --turbopack flag enabled.
2. Check the brow…
-
I installed babel-plugin-rewire modules to my project.
`npm install babel-plugin-rewire`
And config the .babelrc plugin with
`"plugins": ["transform-object-rest-spread", "rewire"]`
Now when I b…
-
We need to integrate React (frontend) with Django (backend) and are considering two options.
1. Approach 1: Independent Servers:
- React runs on one server, Django on another. They communicate v…
-
### Current Behavior
When targeting a specific version version of node in a webpack config and setting `externalDependencies: 'all'`, the external dependencies are still bundled in the output
### Ex…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**Describe the bug**
I’m using Webpack to bundle a TypeScript project into a single JS file that can be executed with Node.js. When I import and use the `check` function from `ts-runtime-checks`, I e…
-
Sale este error al corer el comando 'npm run start'
ERROR in ./node_modules/bootstrap-sass/assets/javascripts/bootstrap/modal.js
Module not found: Error: Can't resolve 'jQuery' in '/home/omar/Desc…
-
Webpack is emitting this warning when I `require( 'libheif-js/wasm-bundle' )` in my project.
The contents of `wasm-bundle.js`:
https://github.com/catdad-experiments/libheif-js/blob/d58327650ae18…