Skip to content

Commit cfd301f

Browse files
committed
chore: change dev-app, rename tailwindcss config file
1 parent e1a13e3 commit cfd301f

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

dev-app/tailwind.config.ts renamed to dev-app/tailwind.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// import { provideBorder, provideColor, provideElevation, provideMotion, provideShape, provideSizing, provideTypography, provideWindowMediaQuery } from '../src/index'
21
import { provideBorder, provideColor, provideElevation, provideMotion, provideShape, provideSizing, provideTypography, provideWindowMediaQuery } from '../build'
32

43
export const color = provideColor({})

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"license": "MIT",
5858
"type": "module",
5959
"devDependencies": {
60-
"@rollup/plugin-terser": "^0.4.4",
6160
"@rollup/plugin-typescript": "^11.1.6",
6261
"@types/node": "22.5.3",
6362
"rollup": "^4.21.2",

rollup.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import terser from '@rollup/plugin-terser'
21
import typescript from '@rollup/plugin-typescript'
32

43
export default ({
@@ -12,6 +11,5 @@ export default ({
1211
],
1312
plugins: [
1413
typescript({ tsconfig: './tsconfig.json' }),
15-
terser(),
1614
],
1715
})

0 commit comments

Comments
 (0)