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