Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 2
1 answer
103 views

I am suddenly unable to build my Webpack frontend, I randomly began getting this error despite not making any changes to the code: Starting the development server... /home/username/Documents/frontend/...
Score of -1
1 answer
229 views

I have a project (node 24, react16, webpack5 & babel )and I'm trying to integrate it with storybook9; when I run the script npm run storybook It throws: ... Unable to index ./src/components/Button/...
Score of 1
0 answers
377 views

I'm building a micro-frontend architecture using Webpack Module Federation. I have a host app and a remote app (cart), and I'm trying to share a global Zustand store (themeStore) from the host to the ...
Score of -1
1 answer
91 views

I am creating a razor class library that wraps the azure-maps-control npm package. I use TypeScript to build the *.js and Webpack to bundle the *.js. When I use the RCL in my Blazor web app it works ...
Score of 0
2 answers
4630 views

Has anyone been able to successfully run TailwindCSS 4 with Sass in Webpack 5 & React app? I am having some configuration issues where I don't get any console errors but CSS processing seems to be ...
Score of 1
1 answer
58 views

When I try to load Spine2D's atlas in Phaser, using Webpack 5, I receive 404 for the skeleton.png asset. // File: skeleton.atlas skeleton.png size:2046,1890 filter:Linear,Linear ... Spine2D's atlas ...
Score of 2
2 answers
260 views

While trying to run the application locally, browser is not able to load bundle.js: This is the setup to load bundle.js inside index.html: <script type="text/javascript" src="/...
Score of 1
1 answer
44 views

First, I'm migrating a project from gulp and from the Foundation for Sites SCSS framework to webpack and a different SCSS framework. The project makes a site for a text-heavy law school casebook. I am ...
Score of 2
0 answers
38 views

I am struggling with a Gulp Task and what it is doing. Let me start with the first task: gulp.task('html-template:join', (cb) => { gulp.src('./src/template-data/**/*.json') .pipe(...
Score of 1
0 answers
49 views

I have folder structure like below temp |- package.json |- package-lock.json |- webpack.config.js |- /src |- /components |- /button1.js |- /button2.js |- /id_selectors....
Score of 1
0 answers
153 views

bootstrap:19 JIT compilation failed for injectable class a{static{this.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"18.2.13",ngImport:i,type:a,deps:[],...
Score of 1
1 answer
262 views

I have created Webpack 5 demo for plain HTML, CSS and JS using TailwindCSS v4. GitHub: sanketpbhamre/tailwind-4-webpack-5 Webpack CSS configuration module: { rules: [ { test: /\.(s[ac]|c)...
Score of 0
0 answers
121 views

I am using Single-SPA-angular version 4.0.0 in micro-front-end and Single-SPA in Root application. My package.json contains below packages for webpack : "webpack": "5.97.1", "...
Score of 0
0 answers
269 views

I have a problem with the way webpack bundles my files. Consider the following files: // utils/index.js export const funcA = () => { return "funcA in CompA"; }; export const funcB = ()...
Score of 0
1 answer
283 views

I'm facing this problem for a websocket proxy ws/**: <i> [webpack-dev-server] [HPM] Upgrading to WebSocket <e> [webpack-dev-server] [HPM] WebSocket error: Error: read ECONNRESET <e> ...

15 30 50 per page
1
2 3 4 5
56