1.0.4 • Published 1 year ago

rollup-plugin-hermes v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

1.0.2

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.11.1

2 years ago

0.11.0

2 years ago