Skip to content

discussions Search Results · topic:webpack org:webpack fork:true

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, ...

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: ...

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 ...

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: ...

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 ...

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 ...

Here is the setting for webpack cacheGroups: { lib: { test: /[\\/]node_modules[\\/]/, priority: -10, name: lib_haha , enforce: true, reuseExistingChunk: ...

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 ...

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 ...

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 ...