UNPKG

snowpack

Version:

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

8 lines (7 loc) 228 B
import { Plugin } from 'rollup'; /** * rollup-plugin-catch-unresolved * * Catch any unresolved imports to give proper warnings (Rollup default is to ignore). */ export declare function rollupPluginCatchUnresolved(): Plugin;