UNPKG

@modern-js/module-tools

Version:

Simple, powerful, high-performance modern npm package development solution.

7 lines (6 loc) 204 B
import type { Plugin } from 'postcss'; import type { ICompiler } from '../../../types'; export declare const postcssUrlPlugin: (options: { entryPath: string; compilation: ICompiler; }) => Plugin;