UNPKG

swc-plugin-auto-css-modules

Version:
16 lines (14 loc) 348 B
export interface ISwcPluginAutoCssModulesConfig { /** * lock core-js package root path * @default undefined * @example dirname(require.resolve('core-js/package.json')) */ lock_core_js_pkg_path?: string /** * auto add style file suffix * @default '?modules' * @example '?module-mark' */ style_file_suffix?: string }