Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
5 replies
41 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
98 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
0 votes
1 replies
68 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
80 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
103 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
112 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
89 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
60 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
97 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
1 vote
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
  • 23
0 votes
1 answer
72 views

I'm trying to develop my first SPFx (1.21.1) web part using Vue (3.5.22) without success. This is my package.json: { "name": "spfx", "version": "0.0.1", &...
Jesús López's user avatar
0 votes
1 answer
62 views

We need to modernize our theme to avoid deprecations and security issues. As such, we are upgrading many node packages including webpack and sass. I'm having some trouble with inheritance. I am very ...
Loopy's user avatar
  • 83
0 votes
0 answers
44 views

I'm trying to bundle a Node.js CLI tool that uses @xenova/transformers into a single executable using pkg. The build works fine, but when I run the packaged executable, I get this error: Error: Cannot ...
Jibi Joseph's user avatar
2 votes
0 answers
36 views

We are using webworkers that started throwing runtime exceptions in our prod bundles after the upgrade. We're creating the worker with: new Worker(new URL('.worker/worker', import.meta.url) The error ...
Simon Kazakov's user avatar
1 vote
0 answers
90 views

I'm trying to create a Nx workspace(monorepo) with a NestJS app inside it (I'm fairly new to both Nx and Node.js/NestJS ecosystem). I run the following command to create a new Nx workspace. npx create-...
Bourne's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
2830