rollup-plugin-hermes
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

rollup-plugin-hermes

Rollup plugin to compile code using hermesc

Usage

Just add hermes() to plugins:

export default defineConfig({
    // ...
    plugins: [
        hermes()
    ]
});

You need to install a compatible package that contains the official hermesc binary such as @aliucord/hermesc. If you are not using the one mentioned above, you need to pass in the hermesPath option to the plugin pointing to the package path on disk.

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i rollup-plugin-hermes

    Weekly Downloads

    1

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    5.79 kB

    Total Files

    5

    Last publish

    Collaborators

    • diamond_
    • vendicated
    • 6pak
    • juby210