Skip to content

Commit 60f1fa5

Browse files
gmsafts1025
andauthored
support vue 3 webpack (jbaysolutions#554)
Co-authored-by: fts1025 <[email protected]>
1 parent 2d5b3e7 commit 60f1fa5

18 files changed

+33847
-20617
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
node: true
55
},
66
'extends': [
7-
'plugin:vue/essential',
7+
'plugin:vue/vue3-essential',
88
'eslint:recommended'
99
],
1010
rules: {

.github/workflows/vuepress-deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@ jobs:
1515
TARGET_BRANCH: gh-pages
1616
BUILD_SCRIPT: cd website && yarn && yarn build
1717
BUILD_DIR: public
18-
19-
- name: test:unit
20-
run: |
21-
yarn
22-
yarn test:unit
23-
yarn test:cover

babel.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
presets: [
3-
'@vue/app',
4-
'@babel/preset-env'
3+
'@vue/app'
54
],
65
"plugins": [
76
"transform-flow-comments"

0 commit comments

Comments
 (0)