0.5.0 • Published 3 years ago
@extensionengine/rollup-plugin-tailor-ce v0.5.0
@extensionengine/rollup-plugin-tailor-ce
This package provides rollup plugin for building tailor content elements.
Install
$ npm install -D @extensionengine/rollup-plugin-tailor-ce
Usage
Add plugin to your bili.config.js
:
module.exports = {
plugins: {
'tailor-ce': true
},
resolvePlugins: {
'tailor-ce': require('@extensionengine/rollup-plugin-tailor-ce')
}
};