This package has been deprecated

Author message:

deprecated

@intrnl/rollup-plugin-html
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

rollup-plugin-html

Allows using HTML files as input for Rollup

Usage

npm install --save-dev @intrnl/rollup-plugin-html
# pnpm install --save-dev @intrnl/rollup-plugin-html
# yarn add --dev @intrnl/rollup-plugin-html
// rollup.config.js
import { html as htmlPlugin } from '@intrnl/rollup-plugin-html';

export default {
  input: 'src/index.html',
  plugins: [
    htmlPlugin(),
  ],
};

Options

  • baseUrl?: string
    The base URL where static assets are hosted

Readme

Keywords

none

Package Sidebar

Install

npm i @intrnl/rollup-plugin-html

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

8.3 kB

Total Files

5

Last publish

Collaborators

  • intrnl