@gera2ld/plaid-rollup
TypeScript icon, indicating that this package has built-in type declarations

2.7.0 • Public • Published

@gera2ld/plaid-rollup

NPM License

Rollup configuration.

Usage

In rollup.config.mjs:

import { defineConfig } from 'rollup';
import { definePlugins, defineExternal } from '@gera2ld/plaid-rollup';

export default defineConfig({
  input: 'src/index.ts',
  output: {
    format: 'es',
  },
  plugins: definePlugins({
    browser: true,
    replaceValues: {
      'process.env.VERSION': '1.0.0',
    },
  }),
  external: defineExternal(['path']),
});

Readme

Keywords

Package Sidebar

Install

npm i @gera2ld/plaid-rollup

Weekly Downloads

32

Version

2.7.0

License

ISC

Unpacked Size

4.53 kB

Total Files

4

Last publish

Collaborators

  • gera2ld