Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
316 views

I am working on a personal ReactJS project and have created two projects using Module Federation. In the main project, I added some CSS which is affecting the remote project. After Googling, I found ...
0 votes
0 answers
37 views

How do I get rid of this error? Module not found: Error: You attempted to import /home/sebastian/dev/frontend/node_modules/browserify-zlib/lib/index.js which falls outside of the project src/ ...
0 votes
0 answers
58 views

We have a React Craco app which we serve to different markets/countries. This means the majority of the code is used by all markets, but also every market has its own code (components, functions, etc.)...
0 votes
1 answer
367 views

I want to configure the middleware of my craco.config.js, but I don't know have, so I want tips. My actual file is: const {CracoAliasPlugin} = require('react-app-alias') module.exports = { plugins: ...
Hid's user avatar
  • 19
1 vote
0 answers
55 views

const path = require('path') const ModuleFederationPlugin = require('webpack/lib/container/ModuleFederationPlugin') const { getLoader, loaderByName } = require('@craco/craco') const packages = [] ...
1 vote
0 answers
2k views

I'm encountering a TypeError when building my React application for production. The error message is: TypeError: Cannot read properties of undefined (reading 'getStackAddendum') at printWarning ... ...
0 votes
1 answer
71 views

I’m encountering an issue with a 5 yeas old React project where react-scripts is unable to identify tokens, leading to an error. The project runs perfectly fine on the production server and other ...
0 votes
1 answer
171 views

I'm trying to minimize my bundle size, specifically the "@mui/material" package. I'm using the guide they have: https://mui.com/material-ui/guides/minimizing-bundle-size/. However, after ...
0 votes
0 answers
232 views

For setting up Webpack Module Federation say for a React project, do we have any option apart from Ejecting the React App and overriding the Webpack configs (e.g. overrideWebpackConfig) OR Using ...
0 votes
1 answer
585 views

Jenkins Error noted on the console.log terminal 13:29:56 Syntax error: [BABEL] /var/jenkins_home/workspace/govt-finance/qa/build-and-deploy-web/node-app/src/index.js: Cannot find module '@babel/...
0 votes
1 answer
258 views

My problem is, I can see my source code in browser even after I use Terser Plugin with Webpack. The problem is, I use Terser Plugin for transforming my code into non human readable code chunks. After ...
0 votes
0 answers
147 views

My project is made with CRA(Create React App). I just watched a React lecture, and I installed million.js. https://million.dev/ But now, there's a serious problem with blur event handling. blur event ...
-1 votes
1 answer
86 views

I'm using typescript React for the web app and it is using craco.config.js. I have color declaration in src/theme.ts and I want to import that constant from theme.ts into craco.config.js so I can use ...
1 vote
0 answers
59 views

I am using craco in a React app. I want to integrate CKEditor 5 as the content editor. Without the plugin, my app has no issues. However, when I install and use the image plugin, I encounter an error ...
0 votes
1 answer
463 views

I am encountering an issue while building a Docker image in a GitHub Actions workflow. The Dockerfile is configured to build a Node.js application and deploy it to Cloud Run. The build process fails ...

15 30 50 per page
1
2 3 4 5
...
13

AltStyle によって変換されたページ (->オリジナル) /