New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nuxt-rebundle

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-rebundle

Bundler optimisations for Nuxt

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Nuxt Rebundle

npm version npm downloads Github Actions Codecov

Bundler optimisations for Nuxt

  • ✨  Changelog

[!WARNING]
This module is a work-in-progress laboratory for exploring bundler optimisations in Nuxt.

Features

  • ⚡️ automatically splits out useAsyncData fetcher functions into async chunks (for use with static site generation)

Installation

Install and add nuxt-rebundle to your nuxt.config.

npx nuxi@latest module add nuxt-rebundle
export default defineNuxtConfig({
  modules: ['nuxt-rebundle'],
})

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Stub module with pnpm dev:prepare
  • Run pnpm dev to start playground in development mode

License

Made with ❤️

Published under the MIT License.

Keywords

nuxt

FAQs

Package last updated on 21 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts