discussions Search Results · topic:webpack org:webpack fork:true
Filter by
1.5k results
(68 ms)1.5k results
inwebpack (press backspace or delete to remove):
Hello. I am trying to use webpack (5.6.0) with TerserPlugin and I want to generate source maps. My webpack config has
dev-tools: sourcemap already but as far as I have read this only means that for example, ...
triangletrianglesquareplusxposted
on Aug 13- 4
:
On consuming the latest version, our builds are getting failed with thess errors.
Error: Optimization error [5662.112156867553cd92.js]: ✘ [ERROR] Expected ; but found :
5662.112156867553cd92.js:2853:15: ...
kishorebolposted
on Aug 13- 1
:
Context
I m working on a project where I m using Webpack for bundling, Terser for minification, and JavaScriptObfuscator for
obfuscation.
Everything works fine, and the final bundle contains obfuscated ...
Bradeepposted
on Feb 28- 4
:
Webpack raised the following error:
Incompatible React versions: The react and react-dom packages must have the exact same version. Instead got:
- react: 19.0.0-rc-7283a213-20241206
- react-dom: ...
dnlwllmsposted
on Dec 18, 2024- 13
:
Description After upgrading to webpack@5.101.0, our builds started failing with this error:
Error: Cannot find module node:url
Require stack:
- /node_modules/html-webpack-plugin/index.js
- /config/webpack.common.js ...
SuvikRahaneposted
on Jul 29- 9
:
I am asking this question after has not been answered to similar one in Stack Overflow despite the fact that I have
started the bounty and created the reproduction. Hope this question will be answered ...
TokugawaTakeshiposted
on Dec 28, 2024- 2
:
Here is the setting for webpack
cacheGroups: {
lib: {
test: /[\\/]node_modules[\\/]/,
priority: -10,
name: lib_haha ,
enforce: true,
reuseExistingChunk: ...
GuichiZhaoposted
on Aug 1- 3
:
After update webpack from 5.99.9 to 5.101.0
the following error occurs when using code splitting
Uncaught SyntaxError: The requested module GeneratedResources/JavaScript/shared.js doesn t provide an ...
trokohlposted
on Aug 4- 1
:
Hello, is there any way wioht webpackmto import string literlas as full compoenents. i have abckend serevr that returns
my React commp in a string including imports.... is there any way to pasre and compile ...
roycwposted
on Jul 22- 1
:
After the recent update of webpack 5.101.0, we are facing the below error. Kindly let us know the fix for this. So
overcome this we have used fixed version of 5.100.0 webpack. Kindly provide solution
...
RavimDhineshposted
on Jul 29- 3