Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
81 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
58 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
74 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
41 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
50 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
56 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
37 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
34 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
75 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
0 votes
0 answers
30 views

When I run the admin portal of apim-apps, webpack compilation get succeeded but browser says cannot GET /admin. Publisher portal works and devportal also gives the same error. Here's what I did Got ...
Chamal Randika's user avatar
0 votes
1 answer
26 views

I'm experiencing an issue after attempting to upgrade some of my packages. ERROR in ./src/tasks/tasks.jade Module build failed (from ./node_modules/pug-html-loader/lib/index.js): Error: A valid query ...
Vladyn's user avatar
  • 583
2 votes
1 answer
142 views

When trying to start an Angular development server, I'm encountering a webpack-dev-middleware error: <e> [webpack-dev-middleware] Error: ENOENT: no such file or directory, '.' <e> at ...
mehdi hicheri's user avatar
0 votes
2 answers
52 views

I’m working on a web project built from an enterprise scaffold using webpack v5 and Babel. The target environment is Chrome ≥ 138 only. However, I’ve noticed that the build includes unnecessary ...
ipid's user avatar
  • 662
1 vote
0 answers
30 views

I have a single-page web application which started off small, and so code splitting was a complexity too far. It has since grown and now has lots of pages, and most pages have some library ...
Andrew Bullock's user avatar
0 votes
0 answers
94 views

Creating an optimized production build ... glob error [Error: EPERM: operation not permitted, scandir 'C:\Users\LENOVO\Application Data'] { errno: -4048, code: 'EPERM', syscall: 'scandir', ...
Shubham Agrawal's user avatar

15 30 50 per page
1
2 3 4 5
2831