@spark-ui/theme-utils
Advanced tools
Comparing version 2.7.1 to 2.7.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.7.2](https://github.com/adevinta/spark/compare/@spark-ui/theme-utils@2.7.1...@spark-ui/theme-utils@2.7.2) (2023-03-13) | ||
**Note:** Version bump only for package @spark-ui/theme-utils | ||
## [2.7.1](https://github.com/adevinta/spark/compare/@spark-ui/theme-utils@2.7.0...@spark-ui/theme-utils@2.7.1) (2023-03-13) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@spark-ui/theme-utils", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"description": "package for managing Spark theme configuration", | ||
@@ -23,3 +23,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "cd10e214324f590fa2f07f4716be86342256e30f" | ||
"gitHead": "af8c5655608a3ad4ee90b27044952d7065581a1d" | ||
} |
import path from 'path' | ||
import { terser } from 'rollup-plugin-terser' | ||
import dts from 'vite-plugin-dts' | ||
import browserslistToEsbuild from 'browserslist-to-esbuild' | ||
@@ -12,3 +13,3 @@ const pkg = require(path.resolve(__dirname, './package.json')) | ||
build: { | ||
target: 'es2015', | ||
target: browserslistToEsbuild(), | ||
lib: { | ||
@@ -15,0 +16,0 @@ entry: 'src/index.ts', |
31275
327