@locker/rollup-plugin-best
v0.23.6
Published
Lightning Web Security Rollup plugin for Best benchmark fixtures
Downloads
729
Keywords
Readme
Lightning Web Security Rollup plugin for Best benchmark fixtures
Usage
import best from '@locker/rollup-plugin-best';
export default {
input: 'src/main.js',
plugins: [best()]
}
Imported fixtures will become local variables in benchmarks.
import largeComponentFixture from './fixtures/large-component.js';