0.5.2 • Published 2 years ago
@aldinh777/rollup-plugin-reactive-cml v0.5.2
#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
2 years ago
0.5.2
2 years ago
0.3.12
3 years ago
0.3.11
3 years ago
0.5.0
3 years ago
0.4.0
3 years ago
0.5.1
3 years ago
0.3.9
3 years ago
0.3.10
3 years ago
0.3.8
3 years ago
0.3.6
3 years ago
0.3.5
3 years ago
0.3.7
3 years ago
0.3.2
3 years ago
0.3.4
3 years ago
0.3.1
3 years ago
0.3.0
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.0
3 years ago