-
Production build using latest version results in the below
Development build appears to be correct
![image](https://github.com/user-attachments/assets/be71987b-b2ec-41b8-b7dd-bff723db396f)
![imag…
-
Curious if y'all have been following [timarney/react-app-rewired](https://github.com/timarney/react-app-rewired)? This group found a different approach to extend CRA without ejecting or forking. In…
-
Hi,
I am trying out ifdef-loader with react-app-rewired.
Below are the contents of my config-overrides.js file
`
module.exports = function override(config, env) {
console.log('…
-
Hi! Astroturf can work with react-app-rewired and without eject create-react-app?
-
# Error building with react-app-rewired
> react-app-rewired build
```
Creating an optimized production build...
Failed to compile.
Attempted import error: 'LowPriority' is not exported from '…
-
We followed the following steps:
Step 1: Installed the latest posthog-js version, that is, 1.174.0
Step 2: We added `import posthogJS from 'posthog-js'` inside one js file
Step 3: We ran the …
-
The official instructions lead to this error:
`Cannot read properties of undefined (reading 'exclude')`
This suggested webpack override step doesn't seem to find anything like `file-loader`:
`l…
-
I created a new React-typescript app via this command with `react@17.0.2` and `typescript@4.5.2`:
`npx create-react-app my-app --template typescript`
Then I decided to define the alias path as I…
-
```
"dependencies": {
"@react-navigation/core": "3.0.0-alpha.19",
"@react-navigation/web": "^1.0.0-alpha",
"react": "^16.8.4",
"react-art": "^16.8.4",
"react-dom": "^16.8.4",…
-
项目更新了之后导致没法使用官网的文档部署了。
这里整理了一下可以运行的依赖版本
```json
{
"name": "homepage",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/compatible": "^1.0.2",
"antd": "^4.…