0.5.2 • Published 1 year ago

@aldinh777/rollup-plugin-reactive-cml v0.5.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

#Rollup Reactive CML Plugin

Rollup Plugin for to import .rc file

Usage Example with all options :

import reactiveCML from '@aldinh777/rollup-plugin-cml';

export default {
    plugins: [
        reactiveCML({
            parserOptions: {
                mode: 'import'
                trimCML: true,
                autoImports: [
                    ['@aldinh777/reactive', ['state', 'observe']]
                ],
                relativeImports: {
                    extensions: ['.rc', '.js'],
                    includes: ['src/pages'],
                    excludes: ['node_modules', '.git']
                }
            }
            outputJsFile: false,
            useDefaultLibs: false,
            disableRelativeImports: false
        })
    ]
};
0.3.13

1 year ago

0.5.2

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.5.1

1 year ago

0.3.9

2 years ago

0.3.10

2 years ago

0.3.8

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.7

2 years ago

0.3.2

2 years ago

0.3.4

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago