-
# Description
-
At the moment, we use Rollup to compile the `runtime` stage of a plugin, which means we get native ES Modules support, and Typescript annotations stripped. But if you want to use something at build ti…
-
I'm using blendid and I'm struggling to add the correct loaders for allowing react and jsx code.
Does anyone have an example on how to set it up?
-
### Description
Hot reloading fails for files using `lodash/memoize` in `4.2.0`
Removing all calls to the `memoize` function fixes the issue for that file.
It doesn’t make sense that this probl…
-
If an entry is specified to be included explicitly using "entries" option, ignore the fact that non-CSS resources are specified in the entry.
-
**Describe the bug**
Can not install.
**To Reproduce**
Steps to reproduce the behavior:
1. Use node 16.19.0 with npm@8.19.3 on macos ventura (silicon)
2. try to run Drupal or vanilla install …
-
**Is your feature request related to a problem? Please describe.**
The bundled size of Data Explorer is currently 1.5MB, which is too large to be a reasonable component pulled in by other libraries.
…
-
## Reproduction
```js
import { short } from /* preval */ 'git-rev-sync';
```
Or
```js
const { short } = preval.require('git-rev-sync');
```
## Console output
```
i 「wdm」: Compiling…
-
# **Feature Request**
## **Is your feature request related to a problem? Please describe.**
To fix [an issue](https://github.com/colbyfayock/next-cloudinary/issues/135) with `use client` not app…
-
### Description
When using babel's `@babel/plugin-proposal-decorators` with redux's connect HOC and you make changes to the file the app updates but displays the old code.
Here's the normal way…