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

0.5.3 • Public • Published

@wyw-in-js/rollup

The package contains WyW-in-JS plugin for Rollup.

Installation

# npm
npm i -D @wyw-in-js/rollup
# yarn
yarn add --dev @wyw-in-js/rollup
# pnpm
pnpm add -D @wyw-in-js/rollup

Usage

After installation, add the plugin to your rollup.config.js:

import wyw from '@wyw-in-js/rollup';

export default {
  plugins: [
    wyw({
      sourceMap: process.env.NODE_ENV !== 'production',
    }),
  ],
};

To get details about supported options by the plugin, please check documentation.

Readme

Keywords

none

Package Sidebar

Install

npm i @wyw-in-js/rollup

Weekly Downloads

677

Version

0.5.3

License

MIT

Unpacked Size

30 kB

Total Files

9

Last publish

Collaborators

  • layershifter
  • anber