https://github.com/inkore-net/nodejs.rollupplugins
A collection of some commonly used rollup plugins.
https://github.com/inkore-net/nodejs.rollupplugins
inkore intergration javascript node nodejs npm npm-module npm-package plugin plugins rollup rollup-plugin typescript utility
Last synced: 3 months ago
JSON representation
A collection of some commonly used rollup plugins.
- Host: GitHub
- URL: https://github.com/inkore-net/nodejs.rollupplugins
- Owner: iNKORE-NET
- License: lgpl-2.1
- Created: 2024-04-06T14:26:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T06:41:40.000Z (4 months ago)
- Last Synced: 2025-02-16T07:24:48.398Z (4 months ago)
- Topics: inkore, intergration, javascript, node, nodejs, npm, npm-module, npm-package, plugin, plugins, rollup, rollup-plugin, typescript, utility
- Language: TypeScript
- Homepage: https://docs.inkore.net/rollup-plugins
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A collection of some commonly used rollup plugins.
iNKORE.Rollup.PluginsGive us a star if you like this!
# ✨ Intergrated
- [preserve-directives](https://github.com/Ephem/rollup-plugin-preserve-directives): A Rollup plugin to preserve directives like "use client" when preserveModules is true.
- [plugin-obfuscator](https://github.com/getkey/rollup-plugin-obfuscator):The most powerful rollup plugin for javascript-obfuscator.
- [plugin-clear](https://github.com/getkey/rollup-plugin-obfuscator): This plugin can help you to clear the specific directories when the rollup bundle your resource.
- [plugin-exec](https://github.com/kshutkin/rollup-extras/blob/main/plugin-exec): Execute some code when the bundle you are building is finished.
- [plugin-changes-only](https://github.com/prantlf/rollup-plugin-write-only-changes): Writing files to the output directory only if their contents actually changed.
executeScript
# 🤔 Quick Start
1. Install package from npm.
```
[NPM] npm i @inkore/rollup-plugins -D
[PNPM] pnpm add @inkore/rollup-plugins -D
```2. Add the plugins to your rollup.config file.
```typescript
import { preserveDirectives, ... } from "@inkore/rollup-plugins";export default
{
output:
{
preserveModules: true,
},
plugins: [ preserveDirectives(), ... ],
};
```# 🙋🏻♂️ Contribution
- Want to contribute? The team encourages community feedback and contributions.
- If the project is not working properly, please file a report. We welcome any issues and pull requests submitted on GitHub.
- Sponsor us at https://inkore.net/about/members/notyoojun#sponsor