0.0.3 • Published 2 years ago

@thejsngin/rollup-plugin v0.0.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
2 years ago

jsngin rollup plungin

Bundle .jsnobj and .jsncmp files.

// rollup.config.js
import jsnginPlugin from '@thejsngin/rollup-plugin';


import { defineConfig } from 'rollup';
//OR
import { defineConfig } from 'vite';


export default defineConfig({
    ...
    plugins: [jsnginPlugin()]
});
0.0.3

2 years ago

0.0.2

2 years ago