https://github.com/extensionengine/rollup-plugin-tailor-ce
https://github.com/extensionengine/rollup-plugin-tailor-ce
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/extensionengine/rollup-plugin-tailor-ce
- Owner: ExtensionEngine
- License: mit
- Created: 2019-11-10T20:24:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:46:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T18:57:24.440Z (9 months ago)
- Language: JavaScript
- Size: 877 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @extensionengine/rollup-plugin-tailor-ce
[](https://circleci.com/gh/ExtensionEngine/rollup-plugin-tailor-ce)
[](https://packagephobia.now.sh/result?p=@extensionengine/rollup-plugin-tailor-ce)
[](https://npm.im/@extensionengine/rollup-plugin-tailor-ce)
[](https://github.com/ExtensionEngine/rollup-plugin-tailor-ce/blob/master/LICENSE)
[](https://github.com/ExtensionEngine/eslint-config)
This package provides [rollup](https://rollupjs.org) plugin for building [tailor](https://github.com/ExtensionEngine/tailor) content elements.
## Install
```
$ npm install -D @extensionengine/rollup-plugin-tailor-ce
```
## Usage
Add plugin to your `bili.config.js`:
```js
module.exports = {
plugins: {
'tailor-ce': true
},
resolvePlugins: {
'tailor-ce': require('@extensionengine/rollup-plugin-tailor-ce')
}
};
```