npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@locker/rollup-plugin-best

0.26.2

@mjasso

npmSnykSocket
Downloads:6090
$ npm install @locker/rollup-plugin-best
DailyWeeklyMonthlyYearly

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';