persona-community-5/.pnpm-store/v3/files/c5/8a36dbfb6b600d74708d594aed916ea39e02e80a487eb8b2804c31100ecef7562dbf67ecbc53b5c098825c19d64bdb07190d33a10379f20aa35c2d5f962267
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

20 lines
355 B
Plaintext

# @babel/helper-module-imports
> Babel helper functions for inserting module loads
See our website [@babel/helper-module-imports](https://babeljs.io/docs/babel-helper-module-imports) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-module-imports
```
or using yarn:
```sh
yarn add @babel/helper-module-imports
```