Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Rollup plugin to compile code using hermesc

License

Notifications You must be signed in to change notification settings

Aliucord/rollup-plugin-hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rollup plugin to compile code using hermesc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published