I am trying to change from ts-loader/babel-loader to esbuild-loader As per doc, I did the swap from both to: { test: /\.tsx?$/, loader: 'esbuild-loader'
I just startred programing and in my first project on Angular i tried to use ng serve an then this error come out: initialized using a configuration object that
On the way of installing Webpack on my React Project, the following problem hinders my progress: last step to configure the Webpack npm run build && nod
I am getting compilation issue around HashedModuleIdsPlugin and typescript :( When compiling a TS project that allow JS, requires HashedModuleIdsPlugin and expo
I am trying to run my javascript app with webpack dev server and I don't get my index.html back, instead I get Cannot GET / with this error inside the console G
I'm using lates webpack 4 (not 5) with latest CkEditor 5 and postcss-loader. Everything is fine, when I use postcss-loader 3.0.0. After update it to 4.1.0 I got
How can I customize react-app-rewired config in CRA v5 to add a postcss plugin, for example this one? I checked react-app-rewired documentation and github issue
I have created module A which is a component library for my React App. Which I plan on using on module B which is my actual React App. I have an index.js whereb
I have webpack-cli installed on my laravel project. I don't know why first of all we need it to run my vue app but this is causing an error: When I run npm run
I've created a webpack project. In that my project works on my machine, but in all of my teammates laptop who has ubuntu installed on their machine(mine is zori
Resolve-url-loader is not resolving images/fonts in my css files. My folder structure is like this: src public images -banner-bg.jpg
I'm building a bundle with webpack + babel for browser, targeting it to ES5. When I try to use it, an error Unable to set property 'wrap' of undefined or null r
webpack 5 no longer do auto-polyfilling for node core modules. How to fix it please? PS: I'm a beginner in development so solution must be well described fo me.
Context I have a webpack.config.js like this: /* Something here */ module.exports = { entry: { main: './src/index.js' }, output: { library: 'MyCl
I used webpack 4 for my app. Somehow, bn.js package takes up a lot in production build. The image shows that it takes up 594.22 KB of data. Is there any way to
I'm trying to improve developer experience with webpack, and I want to log the current time when running watch command, so I know when an error occurs behind th
If I set image src in my html file, I am able to get the image. But when I use my script file to set the image src, the console keeps saying image not found(404
We have a react webapp and a spring boot application(built with maven) in development. The React app(on npm) and boot app are running separately but time has co
I have dual boot with Angular 13 and Angular 1. The app is built with webpack v5. The tsconfig has key "emitDecoratorMetadata":true. After install I run NGCC on
I am importing @capacitor-community/http plugin in a .js file: import { Http } from '@capacitor-community/http'; which is then bundled with webpack in