0.1.2 • Published 8 months ago

@hey-api/rollup-plugin v0.1.2

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

Platform

Our platform for OpenAPI specifications is now available. Automatically update your code when the APIs it depends on change. Find out more.

Documentation

Please visit our website for documentation, guides, migrating, and more.

Sponsors

Love Hey API? Become our sponsor.

Usage

Add to plugins inside your Vite/Rollup configuration.

import { heyApiPlugin } from '@hey-api/rollup-plugin';

export default defineConfig({
  plugins: [
    heyApiPlugin({
      config: {
        // optional configuration instead of using the configuration file
      },
    }),
  ],
});
0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago