@tailwindcss-mangle/config
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -17,2 +17,3 @@ import * as c12 from 'c12'; | ||
disabled?: boolean; | ||
preserveFunction?: string[]; | ||
} | ||
@@ -48,2 +49,2 @@ interface PatchUserConfig { | ||
export { ClassMapOutputOptions, MangleUserConfig, PatchUserConfig, UserConfig, configName, defineConfig, getConfig, getDefaultMangleUserConfig, getDefaultPatchConfig, getDefaultUserConfig, initConfig }; | ||
export { type ClassMapOutputOptions, type MangleUserConfig, type PatchUserConfig, type UserConfig, configName, defineConfig, getConfig, getDefaultMangleUserConfig, getDefaultPatchConfig, getDefaultUserConfig, initConfig }; |
{ | ||
"name": "@tailwindcss-mangle/config", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "The config and load function of tailwindcss-mangle", | ||
@@ -44,3 +44,3 @@ "exports": { | ||
"dedent": "^1.5.1", | ||
"@tailwindcss-mangle/shared": "^2.1.0" | ||
"@tailwindcss-mangle/shared": "^2.2.0" | ||
}, | ||
@@ -53,2 +53,3 @@ "homepage": "https://github.com/sonofmagic/tailwindcss-mangle", | ||
"scripts": { | ||
"dev": "unbuild --sourcemap", | ||
"build": "unbuild", | ||
@@ -55,0 +56,0 @@ "test": "vitest run --coverage.enabled", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11853
7
239