Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
93 views

I am suddenly unable to build my Webpack frontend, I randomly began getting this error despite not making any changes to the code: Starting the development server... /home/username/Documents/frontend/...
Aaron Meese's user avatar
  • 2,383
0 votes
0 answers
131 views

enter image description here What I tried: Updated to Expo 53 and React Native 0.79. Added babel-loader to webpack.config.js to transpile @ui-kitten/components and react-native modules. Set up babel....
Sukh Dev's user avatar
2 votes
2 answers
251 views

While trying to run the application locally, browser is not able to load bundle.js: This is the setup to load bundle.js inside index.html: <script type="text/javascript" src="/...
mason's user avatar
  • 554
-1 votes
1 answer
657 views

I’m working on The Odin Project's Restaurant Page project and using Webpack to bundle my code. However, when I make changes to src/index.js or src/template.html, they are not reflected in the browser ...
Sven D's user avatar
  • 9
3 votes
1 answer
150 views

From a project generated con Kotlin Multiplatform Wizard I'm testing a web application with wasmJs ([email protected]) If I try to display a value from an array string loaded from string ...
Orlay Garcia Duconge's user avatar
0 votes
1 answer
271 views

I'm facing this problem for a websocket proxy ws/**: <i> [webpack-dev-server] [HPM] Upgrading to WebSocket <e> [webpack-dev-server] [HPM] WebSocket error: Error: read ECONNRESET <e> ...
feelingreat's user avatar
1 vote
0 answers
70 views

after setup TypeScript for a React project I encountered a problem with webpack-dev-server's hot reload while migrating .jsx files. Whenever i take an existing .jsx file and change the name ending to ....
schmauso's user avatar
0 votes
1 answer
73 views

I am using vue2, my build tool is [email protected]. In order to debug the vue source component file easily, I add a configuration in output.devtoolModuleFilenameTemplate, the code is as below: const ...
ahwyX100's user avatar
  • 605
0 votes
1 answer
66 views

The issue I'm stuck on is hot reload is trying to go to localhost:8000/build (where the application build is being used) instead of localhost:3000/build which is the webpack-dev-server build location. ...
Ave's user avatar
  • 83
0 votes
0 answers
483 views

I encountered an issue after restructuring my React project by moving the index.html file into a client folder. I started getting the following error when trying to run my development server: [webpack-...
max's user avatar
  • 333
1 vote
0 answers
80 views

So, lately, I've been tasked to develop a new tool, and to accomplish that I needed to install the @mui/x-charts package. After I was done coding and testing, I tried to build it for production, ...
Loizm's user avatar
  • 33
0 votes
0 answers
86 views

I am trying to run a Webpack Dev Server. I am using TypeScript. I receive the following error when I open my http://localhost:8080/ I receive the error: Cannot GET / Here is my webpack.config.js file: ...
Boris Georgiev's user avatar
1 vote
0 answers
116 views

Access to script at 'node:module' from origin 'http://localhost:4200' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: chrome, chrome-extension, chrome-...
user3747198's user avatar
1 vote
0 answers
52 views

I'm trying to load hotModuleReplacement webpack plugin in my TwilioFlex plugin but I cannot figure out how to do it. As suggested in the documentation, I try to modify the config object from the ...
Emanuele Colonnelli's user avatar
0 votes
0 answers
324 views

I have a react-native application written in typescript which is bundled and deployed localy through webpack-dev-server. I've been trying to debug the application in VSCode. I've successfully compiled ...
Pan Wolodyjowsky's user avatar

15 30 50 per page
1
2 3 4 5
216