diff --git a/package.json b/package.json index c75f763..5758a1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harker-bell", - "version": "2.4.9", + "version": "2.5.0", "private": true, "author": "Bowen Yin", "scripts": { @@ -106,7 +106,9 @@ }, "browserslist": [ "> 1% in US", - "not dead" + "last 2 versions", + "not dead", + "not IE <= 11" ], "bugs": { "url": "https://github.com/BowenYin/harker-bell/issues" diff --git a/vue.config.js b/vue.config.js index 1a20e67..deb156f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,7 +5,7 @@ module.exports = { disableHostCheck: true, }, productionSourceMap: true, - transpileDependencies: ["autotrack", "dom-utils", "idb", "vuetify"], + transpileDependencies: [], css: { loaderOptions: { sass: {