UNPKG

unplugin-lightningcss

Version:

Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.

33 lines (31 loc) 601 B
import "./options-DpTgLLyW.js"; import { plugin } from "./index-lrJ5TsMQ.js"; //#region src/webpack.d.ts /** * Webpack plugin * * @example * ```js * // webpack.config.js * import LightningCSS from 'unplugin-lightningcss/webpack' * * default export { * plugins: [LightningCSS()], * } * ``` */ /** * Webpack plugin * * @example * ```js * // webpack.config.js * import LightningCSS from 'unplugin-lightningcss/webpack' * * default export { * plugins: [LightningCSS()], * } * ``` */ declare const webpack: typeof plugin.webpack; //#endregion export { webpack as default, webpack as "module.exports" };