JSPM

  • Created
  • Published
  • Downloads 159562
  • Score
    100M100P100Q171541F
  • License MIT

Package Exports

  • @prefresh/vite

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@prefresh/vite) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@prefresh/vite

Experimental package

npm version

Setup

npm i -s @prefresh/vite
## OR
yarn add @prefresh/vite

Then add it to your vite.config.js config:

import prefresh from '@prefresh/vite';

export default {
    plugins: [prefresh()]
};