Skip to content

Commit dc98d6e

Browse files
committed
chore: change configuration
1 parent 0df8a6f commit dc98d6e

File tree

4 files changed

+847
-8129
lines changed

4 files changed

+847
-8129
lines changed

babel.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module.exports = {
22
presets: [
3-
"@vue/app"
3+
["@vue/app", {
4+
"modules": false,
5+
}]
46
]
57
}

0 commit comments

Comments
 (0)