Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [webpack]

Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it can also transform, bundle, or package just about any resource or asset. Webpack takes modules with dependencies and generates static assets representing those modules. Webpack enables extensibility and promotes best practices in web architecture and performance.

0 votes
0 answers
7 views

Figma Plugin with react

Greetigns, I’m trying to build a Figma plugin using React and typscript, somehow I get a weird error saying Uncaught TypeError: Cannot read properties of undefined (reading 'createElement') even ...
Ab Arabi's user avatar
0 votes
1 answer
17 views

Why is my webpack bundlerer creating multiple main.js files?

I noticed tree shaking wasn't correctly because I was compiling my TypeScript to 'commonjs'. I changed this to 'ES2015' and now my output build looks like this: enter image description here. What's ...
Elliot's user avatar
  • 11
-1 votes
0 answers
14 views

AngularJS Comp in Angular15

Tech Stack: Angular 15x, React18, webpack5. Issue: we have a AngularJS1.6 component which we used to bootstrap as below, which worked fine in Angular8, React16, webapack4, but post upgrade started to ...
MeMyUX's user avatar
  • 1
1 vote
0 answers
14 views

How can I solve the system reaching limit number of file watchs in an Expo program?

I'm doing an program in Expo, when I try to test the program(especificaly in web) it's been printing this error. Error: ENOSPC: System limit for number of file watchers reached, watch '/home/gabriel/...
gabriel goes braga's user avatar
1 vote
1 answer
27 views

Laravel, Vue and Apache2 with hot reload with reverse proxy

I´ve been banging my head for over 2 weeks with this and can't make it work for the life of me. Here's the information: My site is on a remote server in Digital Ocean, running Ubuntu and apache2. My ...
Malkios's user avatar
  • 47
1 vote
1 answer
25 views

Porting webapck from webpack 4.29.6 to 5.93.0

I'm trying to upgrade my application in electron, specifically from webpack 4.29.6 to 5.93.0, but I'm running into a problem that I can't solve. The error during compilation is this: [webpack-cli] ...
scorona85's user avatar
  • 121
0 votes
0 answers
14 views

TypeError: loaderUtils.getOption is not a function

EDIT I am following a Full Stack Development Course by freeCodeCamp right here. When I run the command npm start to start React App, the browser is showing nothing. When I back with my code I can see ...
Trần Khôi's user avatar
-1 votes
0 answers
30 views

TypeError: Cannot read 'register' of undefined

Title: TypeError: Cannot read 'register' of undefined Description: I'm developing a React application (kpiApp) using a specific framework. When I try to register my application, I encounter the ...
Sai Dinavahi's user avatar
-1 votes
0 answers
40 views

Save function to json and load it back (external dependencies + webpack)

I'm trying to save a function into a JSON and load it back. My code is as following : import { Style } from 'external-lib' function testFunction() { return new Style(); } var str = String(...
sheep's user avatar
  • 29
0 votes
0 answers
19 views

SassError: Can't find stylesheet to import. - while importing styles from external package

I have a React application which use custom Webpack config. I want to add library for components, specifically @carbon/react in version 1.62.1, the newest available. My application uses React 18, ...
Midnightwish's user avatar
0 votes
0 answers
15 views

webpack devServer: how to open browser using local IP address instead of localhost

I am developing for mobile React apps, and use a QR code on the page to set my mobile browser to the address of my test page on my desktop. Currently the devServer always opens to localhost, and I ...
sky99leaf's user avatar
0 votes
2 answers
33 views

Minimum working example for Slickgrid + Webpack + Flask

I want to include slickgrid (npm install slickgrid, slickgrid.net) in my Python Flask project and I don't want to use CDN, so I'm looking at a Webpack solution. I have been following the procedure for ...
Knyq's user avatar
  • 15
0 votes
0 answers
7 views

Functioning of a webpack caching loader

The following text and code block is from SurviveJS book explaining how caching loader works: Caching with loaders Although webpack caches loaders by default unless they set this.cacheable(false), ...
jam's user avatar
  • 15
0 votes
0 answers
14 views

Issue in accessing aws-iot-device-sdk-v2 apis from react application

I am trying to use AWS IoT Device SDK JS 2 with a simple ReactJS application. The application is targeted to run in a browser. I have all the required certificates and credentials with me to configure ...
User7723337's user avatar
  • 11.9k
0 votes
0 answers
18 views

How to configure webpack to work with mupdf.js in an Electron, T

I was trying to integrate document viewer tabs in an electron app. First I tried using native bindings to create a node addon but the IPC between main and renderer processes along with mutexes was ...
Mohib Najam's user avatar
1 vote
0 answers
31 views

Getting webpack_dev_server_1.default.addDevServerEntrypoints is not a function after running npm run start

I added something under "Resolutions" in my package.json file to resolve some vulnerabilities. Running npm install and npm run build works fine as expected. However after running npm run ...
nightcrewx's user avatar
1 vote
0 answers
59 views

Dynamically Import & Parse JSON Files Within a URI `File` Scheme - Serverless Environment

This problem that I'm facing is very unique to me and I hope it may not be to you. Essentially, I am working on a React project built with CRA and it won't/can't be hosted on a server. The goal of the ...
Luis G M.'s user avatar
0 votes
0 answers
14 views

How to build a NestJS app using builder=webpack CLI option?

We are having a really hard time building our monorepo app using Nest since it requires the node_modules folder to be present. However, i just discovered that there is a nest build --builder=webpack ...
Chris Barr's user avatar
  • 33.1k
0 votes
0 answers
18 views

Angular webpack lazy loaded routes ChunkLoadError

I have an angular app with ngsw enabled and I am using lazy loaded routes like: { path: 'some-route', loadChildren: () => import('./modules/some-route.module').then(m => m....
Lorenz's user avatar
  • 11
-8 votes
0 answers
29 views

Failing compilation of a react project [closed]

i am trying to compile a react project, but i get the error in the attached file? I am using Webpack 4.44.2 and React-Spring 8.0.27 Can you please help ? It has something to do with the question mark ...
Румен Андреев's user avatar
0 votes
0 answers
6 views

Event listeners in imported TypeScript service worker not triggered

I’m trying to import a service worker file written in TypeScript using importScripts in another service worker file. After some checks, it seems that the file is loaded fine, but the event listeners ...
Ogy6's user avatar
  • 1
0 votes
0 answers
15 views

Integration of PHP frontend app (with Angular v1.4) into React.js main SPA project as a microfrontend [closed]

I have a front-end project created using PHP, and inside it, we are using Angular v1.4 for building and routing. My point is, we are now working to add a new technology stack like React.js. So, I have ...
Sadek Hussein's user avatar
0 votes
0 answers
15 views

Disable webpackChunkName comment on Production env [closed]

I'm trying to rename chunk for easier to debug in lighthouse. However, I find that size of chunk increase slightly after I have renamed it. I guest it have to store more bytes for the name of the ...
Minh Tú Lê Hoàng's user avatar
-3 votes
0 answers
27 views

Why does webpack-dev-server@5 need at least Node 18?

I am developing an old program with Node version 16. When I try to upgrade to use Webpack 5, I notice that the Node version dependency of webpack-dev-server@5 is 18. Why? Are there any features or ...
ohhhhhhhh's user avatar
-1 votes
0 answers
47 views

ERROR: Module not found: Error: Package path . is not exported from

I am using Node and express along with svelte on the frontend, I have npm installed the "socket.io-client" package on the client side, but when I try to import it, I get this error. I see ...
Prashant Pareek's user avatar
0 votes
0 answers
8 views

Has anyone successfully been able to make a cross platform package for React Native and React that is a Design System using rollupjs and styled compon

Has anyone successfully created a cross-platform package for React Native and React that serves as a Design System using RollupJS and styled-components? I know it's possible to build and style ...
ELJAY91's user avatar
  • 71
0 votes
0 answers
9 views

Rendering chunks in parallel to the entry file

enter image description here enter image description here I want to solve the following problem in js: When the page refreshes, I have 1 entry file pulled up in html and after it has loaded, its ...
user26549268's user avatar
-2 votes
0 answers
28 views

React library debugging and conribution. Debug Reactjs. Source code

I followed Development Workflow steps to start my research in React library. However, I got stuck on last step with build command yarn build react/index,react-dom/index --type=UMD When I run this line ...
The king Arthur's user avatar
1 vote
1 answer
24 views

ASP.NET Core MVC with React Integration not finding my bundle.js on Production Server [Azure]

My code working fine on localhost but when I deploy to production, it is unable to find bundle.js: enter image description here It's perfectly working in development mode: enter image description here ...
Saroj Kumar Jha's user avatar
0 votes
1 answer
36 views

Imported styles from scss module are undefined

I am using CSS Module and SCSS as my styling in my app, but when I import my styles as: import styles from './landing.module.scss' The imported styles is undefined. I am using: "css-loader":...
Faraz's user avatar
  • 89

15 30 50 per page
1
2 3 4 5
1427