Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

If I am trying new SharedWorker("./worker.ts", {...}) I have "failed to fetch worker scipt", if I build it with tsup to .js first I have crossOriginIsolated = false (I have all ...
Tom Sharf's user avatar
Tooling
0 votes
1 replies
77 views

I'm migrating from Webpack to Rspack and previously used svg-sprite-loader to generate SVG sprites. It doesn't work with Rspack because it relies on internal Webpack APIs (NormalModule....
Yichen Zhu's user avatar
0 votes
0 answers
55 views

I am trying to decrypt and import my env variables with Dotenvx. Previously we were using the traditional dotenv package which all worked. We want to switch to dotenvx for the encryption capabilities ...
grom's user avatar
  • 23
0 votes
1 answer
38 views

I noticed that in TailwindCSS v4, PostCSS was removed, and under the hood everything is handled entirely by LightningCSS, so no extra PostCSS plugins are needed. Because of this, they were able to ...
rozsazoltan's user avatar
  • 19.9k
0 votes
1 answer
102 views

Problem I'm experiencing a strange behavior with my Next.js 14 project. When I first run npm run dev, the app starts on localhost:3000 but shows a webpack error. However, if I run npm run dev again (...
TanakaHiroki's user avatar
Tooling
1 vote
5 replies
135 views

I have an Electron app that I build using webpack + electron-forge. I consider to migrate to vite + electron-builder. The migration succeeded quite smoothly, and dev experience with vite is way better ...
BNJMNDDNN's user avatar
  • 115
1 vote
3 answers
112 views

I am trying to print text and an image to a div using webpack but it does not seem to be working. Only the buttons display but the text and the image does not. Please can you take a look at my code ...
theonerishi's user avatar
Tooling
1 vote
1 replies
204 views

I want to create PWA that works offline (cache static assets, API requests, images, etc) and using PWABuilder make a native mobile app for android and IOS at once. My tech stack: - [email protected]....
Влад Рогов's user avatar
1 vote
0 answers
89 views

I’m trying to implement a chrome extension using Angular21. I need to compile background script, that is written using TypeScript. For this I need to compile background script inside Angular build. I ...
Alex's user avatar
  • 207
-1 votes
1 answer
115 views

I am trying to convert a TypeScript file (test.ts) into an ESM JavaScript file (bundle.js) via webpack, ts-loader, and node (from NodeJS). For this purpose, I created a webpack.config.js and tsconfig....
axel's user avatar
  • 75
1 vote
0 answers
124 views

I have a main src/app.ts file in which i import a ./src/my-module.ts file. The bunlde file ./dist/app.bundle.js (that i get after executing webpack command) still references to ./src/my-module.ts. ...
Fakhar Anwar's user avatar
3 votes
2 answers
102 views

In our webpack configuration we use MiniCssExtractPlugin to extract style to separate static files, it works fine, but when we use dynamic import for css it generates two files: one css and another js....
Alexandr Vysotsky's user avatar
0 votes
0 answers
64 views

I have the following code: src/main.js const importModule = async (moduleName) => { const mod = await import(moduleName); return mod; }; const fs1 = await import("fs"); const fs2 = ...
dooxe's user avatar
  • 1,490
1 vote
1 answer
157 views

I recently upgraded a microfrontend project built with Single-SPA and Angular from version 13 to Angular 18. After the migration, I noticed that the styles are completely broken or not loading as ...
Sindhu's user avatar
  • 11
0 votes
0 answers
43 views

I added firebase-electron to my Vue CLI Plugin Electron Builder project using yarn, but I encountered the following error. I'm using Webpack 4.43.0. How can I resolve this error? error in ./...
m-ogawa's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
2827