Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
118 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
0 votes
1 answer
285 views

I am trying to set up a webpack build pipeline using typescript. I want to set up separate development and production builds as per the documentation: https://webpack.js.org/guides/production/#setup I ...
Steven Parrill's user avatar
1 vote
1 answer
102 views

enter image description hereI am new to Web 3.0 programming. I was making an app for crypto token creation. while I was running the application, it was giving an error can't resolve: ./token.did.js' ...
ankit's user avatar
  • 11
1 vote
2 answers
953 views

My program is typescript + three.js + vue3 + vite . My operation is as follows: // terminal npm i opencascade.js@beta npm i vite-plugin-wasm // vite.config.js import { defineConfig } from 'vite' ...
Tom Lee's user avatar
  • 11
0 votes
1 answer
1k views

I am trying to deploy my first canister on the internet computer for an online class I am taking. Once I issue the command "dfx deploy --network ic" in the terminal I receive this output ...
mrbrianpw's user avatar
0 votes
0 answers
117 views

Error 1 | // extracted by mini-css-extract-plugin 2 | export default {"lala":"hQupzgS9tEJmjp6wWbAk"}; (lala is classname) CSS modules is working fine and changes are reflecting ...
Vishwesh Bajpai's user avatar
1 vote
0 answers
27 views

I am trying to get benchmark results of a loop used and display it. My code: import Benchmark from 'benchmark'; import React, { useState } from 'react'; import Navigation from '../Navigation/...
Bhavesh Kumar Sharma's user avatar
0 votes
0 answers
77 views

I want Angular(v.13) can initialise and handle routing instead of trying to handle it on the server. I've searched "Update webpack dev server config" which tells the webpack dev server to ...
mac's user avatar
  • 1
1 vote
1 answer
738 views

So im using terraform to create an atlas cluster but the output im getting is incompleteate to do my request terraform is givim me this: mongodb+srv://esc-app-dbcluster-devel.b59mwv7.mongodb.net and ...
randomuser's user avatar
8 votes
3 answers
22k views

I'm getting this error: If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }' - install 'path-...
Raphael10's user avatar
  • 3,246
1 vote
0 answers
440 views

I'm trying, without success so far, to load postcss , .pcss files with webpack Packages installed : "postcss": "^8.4.13", "postcss-flexbugs-fixes": "^5.0.2", &...
Raphael10's user avatar
  • 3,246
4 votes
0 answers
690 views

I am beginner to react js. Please someone provide input for below issue. In local system react js application is working fine but when i am generating build from Jenkins compilation is failing and ...
Aks's user avatar
  • 506
4 votes
1 answer
1k views

I need to use react native web maps in react native project , i'm using expo and need to alias package in my webpack.config.js i want to use both ios/web version for my map. I m fairly new to ...
Sahaj Arya's user avatar
0 votes
1 answer
2k views

I have a question regarding webpack config files. I'm new at this technology. So far everything was working well until I changed the name of the webpack.config.js file to webpack.dev.js. Now the js in ...
Mln954's user avatar
  • 57
1 vote
2 answers
2k views

With this simple vue page: <template> <div class="home"> <HelloWorld msg="Welcome to Your Vue.js App"/> </div> </template> <script> ...
user2315094's user avatar
4 votes
1 answer
2k views

My project uses typescript and built with webpack. I have a typings file that comes from a third part lib located under node_modules/@types/libname/custom.d.ts. That file has a namespace declaration ...
Edy Bourne's user avatar
  • 6,306
0 votes
1 answer
79 views

We are not importing this object anywhere so I am wondering why do we export it ? Thank you for your willingness to help !
lk1993's user avatar
  • 1
0 votes
1 answer
572 views

I'm trying to use the $.getJSON() function in javascript but I get this error: "You may need an appropriate loader to handle this file type, currently no loaders are configured to process this ...
A.Vandijck's user avatar
3 votes
0 answers
384 views

I;m beginner to nativescript-vue. When i initiate my project with following command tns run android it will occur below error The webpack configuration file /home/camilus/laravel/vue-native/drawer/...
NIroshan Fernando's user avatar
0 votes
1 answer
1k views

I am currently trying to add Google oauth to a React App I am creating. However I am running into a problem. I have defined some variables in my webpack but when I add them to my react code they are ...
krichey15's user avatar
  • 689
0 votes
0 answers
469 views

What I'm trying to achieve is to use dynamically created object in webpack config in a typescript script project (that uses esnext module syntax like import, export, dynamic import()) i.e. something ...
barath's user avatar
  • 852
0 votes
1 answer
94 views

Actually,I don't know how to explain my question.At beginning,I come across some problem when I add resolve.alias to my webpack output modules———it doesn't work after my adding!then I found there're ...
Corleone XIAO's user avatar
-3 votes
1 answer
109 views

I am new to reactjs. i am trying to write webpack. const path = require('path'); const HtmlWebpackPlugin = require('html-webpack-plugin'); module.exports = { entry: './main.js', output: { path: ...
Thriveni's user avatar
  • 4,223
1 vote
1 answer
2k views

In my react.js app I am trying to use an external module (React Toastify) using the following statement: import { ToastContainer, toast } from 'react-toastify'; import 'react-toastify/dist/...
Vonder's user avatar
  • 4,063
2 votes
2 answers
1k views

I'm can't preserve folder structure for my output bundles. I tried to use [path] placeholder but it doesn't work. There is similar thread but it does not answer my question. I'm using: Webpack 4.28....
Jaroslaw Bagnicki's user avatar