Skip to content

Commit 700e9b2

Browse files
committed
use vite to compile
1 parent 4882064 commit 700e9b2

20 files changed

+25797
-42832
lines changed

.eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ module.exports = {
4040
"default": "v-slot",
4141
"named": "longform",
4242
}]
43-
}
43+
},
44+
ignorePatterns: ['dist/*']
4445
};

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ log.txt
88

99
# Compiled output #
1010
###################
11-
/dist
1211
/tmp
1312
/build
1413

0 commit comments

Comments
 (0)