Skip to content

Commit 979d479

Browse files
committed
fix:support chrome76
1 parent dcba96b commit 979d479

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,12 @@
106106
"vue-svg-inline-loader": "^2.1.3"
107107
},
108108
"browserslist": [
109-
"> 1%",
110-
"last 2 versions",
111-
"not dead",
112-
"not ie 11"
109+
"Chrome >= 76",
110+
"Android >= 76",
111+
"iOS >= 12",
112+
"Safari >= 12",
113+
"Firefox >= 78",
114+
"Edge >= 79"
113115
],
114116
"lint-staged": {
115117
"**/*": "prettier --write --ignore-unknown"

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ const commonDomains = require("@jx3box/jx3box-common/data/jx3box.json");
8484

8585
module.exports = {
8686
productionSourceMap: false,
87+
transpileDependencies: true,
8788
//❤️ define path for static files ~
8889
publicPath: process.env.BUILD_PREVIEW
8990
? "/" + process.env.APP_NAME

0 commit comments

Comments
 (0)