-
I'm having the same issue as here:
https://stackoverflow.com/questions/76999705/embedding-flowise-ai-chatbot-into-my-react-app
However, the suggested craco fix from henry doesnt work with a next j…
-
### Is it an issue related to Adaptive Cards?
No
### Is this an accessibility issue?
No
### What version of Web Chat are you using?
Latest production
### Which distribution are you using Web Cha…
-
### Product value
Adding this helps core developers find the UI component they see on the screen from the codebase. This translates to better development experience especially to new team members and …
-
**Description**
When I run `source-map-explorer 'build/static/js/*.js'` I get the following error:
```
Error: Glob should match exactly 2 files but matched 3 build/static/js/*.js
```
**Steps …
-
I want to add html-loader and I do it according to the recipe:
```js
import {CracoConfig} from "@craco/types";
import {addBeforeLoader, loaderByName} from "@craco/craco";
const config: CracoCo…
-
使用craco自定义插件
```
/* craco.config.js */
const path = require('path');
const CracoAntDesignPlugin = require('craco-antd');
const addDefinePlugin = require('./addDefinePlugin');
let webpackConfig…
-
Hi @melMass -- I see that this plugin is deprecated and wanted to check in about an alternative that seems to work with asset modules react-scripts v5.
I saw your [original ticket](https://github…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
As per `npm…
-
### Describe the bug
When using create react app and compiling / starting the react-scripts start command, you get
Module not found: Error: Can't resolve '@/components/ui .......
Also found here:
…
-
It is possible for the default export from craco config to be a function, so you can do some calculations based on envvars, for example, but currently this preset will fail with "cracoConfig needs to …