0.4.0 • Published 4 months ago

rollup-plugin-analyze v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

rollup-plugin-analyze

A visualizer rollup analyzer

Examples

Install

npm i -D rollup-plugin-analyze

Usage

rollup.config.js

const Analyze = require('rollup-plugin-analyze')

module.exports = {
  input: 'lib/index.jsx',
  output: {
    file: 'dist/index.js',
    format: 'iife'
  },
  plugins: [Analyze()]
}

vite.config.js

import react from '@vitejs/plugin-react'
import Analyze from 'rollup-plugin-analyze'

export default () => {
  return {
    plugins: [react(), Analyze()]
  }
}
0.4.0

4 months ago

0.3.0

1 year ago

0.1.2

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago