0.0.3 • Published 11 months ago

@thejsngin/rollup-plugin v0.0.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
11 months 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

11 months ago

0.0.2

12 months ago