Skip to content

Commit b9133bb

Browse files
author
ugogo
committed
clean unused typings, disable css-modules
1 parent 8fcc78d commit b9133bb

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"node": ">=10"
1313
},
1414
"scripts": {
15-
"build": "microbundle-crl --no-compress --format modern,cjs",
16-
"start": "microbundle-crl watch --no-compress --format modern,cjs",
15+
"build": "microbundle-crl --no-compress --format modern,cjs --css-modules false",
16+
"start": "microbundle-crl watch --no-compress --format modern,cjs --css-modules false",
1717
"prepare": "run-s build",
1818
"test": "run-s test:unit test:lint test:build",
1919
"test:build": "run-s build",

src/styles.module.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/typings.d.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)