-
```
"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",…
-
The new version of `create-react-app` no longer uses a .babelrc file in the root of the project, with the configuration instead existing in the `package.json`. This lead to confusion when spinning up …
-
It would be nice to list the main differences between the two projects, since there is quite a lot of overlapping functionality and can be somewhat confusing to developers who need to make a decision.…
-
![image](https://user-images.githubusercontent.com/15186545/92581039-bce5ad00-f2c1-11ea-85a1-9540cb6c3323.png)
C:\Users\oe_lihongbin\Desktop\investment\node_modules\customize-cra\dist\index.cjs.j…
lhb11 updated
4 years ago
-
If we enable the [`cacheDirectory` option of `babel-loader`](https://github.com/babel/babel-loader#options) changes to an icon do not trigger rebuilds of webpack 🤔
But changes in `.jsx`, `.js`, `.…
-
![image](https://user-images.githubusercontent.com/24688222/48173897-a1659000-e340-11e8-8b2e-c885c4d5d9c8.png)
{
test: /\.styl$/,
use: [
require.resolve('st…
-
Sorry guys if it's a newbie question, but how can I use RTL in customized theme? It says that I should user RTLCSS, is there any example available how to do so?
-
### Describe the bug
I've upgraded many dependencies in my project and `react-grid-layout` - `WidthProvider(Responsive)` started crashing my app.
this is the error
```
node_modules/react-grid-…
-
Hi,
Thank you for your awesome work.
I'm using this module to customize my react build. When I tried to add another entry point to the config, the React page won't render. Even the code in `src/ind…
-
Hey, we're using create-react-app 2 which supports babel plugins without ejecting, using https://github.com/kentcdodds/babel-plugin-macros
Is this library compatible? I might look into creating a m…