From 5f90b1bcdad6baca226fa4862f9ab88fa50f0709 Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Wed, 22 Jul 2020 18:46:06 -0500 Subject: [PATCH] Enable SRI --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index a8f54042..e4b964f2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -29,6 +29,7 @@ try { module.exports = { lintOnSave: process.env.NODE_ENV !== 'production', + integrity: true, productionSourceMap: false, transpileDependencies: ['vuetify'], configureWebpack: {