UNPKG

snowpack

Version:

The ESM-powered frontend build tool. Fast, lightweight, unbundled.

8 lines (7 loc) 192 B
import { Plugin } from 'rollup'; /** * rollup-plugin-strip-source-mapping * * Remove any lingering source map comments */ export declare function rollupPluginStripSourceMapping(): Plugin;