Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite/Rollup plugin #3015

Closed
Tracked by #39
vio opened this issue Jan 14, 2023 · 3 comments
Closed
Tracked by #39

Vite/Rollup plugin #3015

vio opened this issue Jan 14, 2023 · 3 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@vio
Copy link
Member

vio commented Jan 14, 2023

Use https://github.com/vio/rollup-plugin-webpack-stats bundleToWebpackStats to convert the stats

@vio vio self-assigned this Jan 14, 2023
@vio vio added the feature New feature or request label Jan 14, 2023
@vio vio added this to To do in relative-ci.com roadmap via automation Jan 14, 2023
@vio vio moved this from To do to In progress in relative-ci.com roadmap Jan 14, 2023
@vio vio added this to the v4.3.0 milestone Jan 21, 2023
@vio vio pinned this issue Jan 21, 2023
@vio
Copy link
Member Author

vio commented Feb 1, 2023

Beta version available:

Install

npm install --dev rollup-plugin-bundle-stats@4.3.0-beta.2

or

yarn add --dev rollup-plugin-bundle-stats@4.3.0-beta.2

Configure

// rollup.config.js
const { bundleStats } = require('rollup-plugin-bundle-stats');

module.exports = {
  ...,
  plugins: [
    bundleStats()
  ]
}

@vio vio moved this from In progress to Beta in relative-ci.com roadmap May 27, 2023
@github-actions
Copy link
Contributor

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jul 31, 2023
@vio vio modified the milestones: v4.3.0, 4.8.0 Aug 11, 2023
@github-actions github-actions bot removed the stale label Aug 12, 2023
@vio
Copy link
Member Author

vio commented Sep 23, 2023

@vio vio closed this as completed Sep 23, 2023
@vio vio unpinned this issue Sep 23, 2023
@vio vio modified the milestones: 4.8.0, 4.7.0 Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant