Enable SRI

This commit is contained in:
Travis Shivers 2020-07-22 18:46:06 -05:00
parent 92f95a201a
commit 5f90b1bcda
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ try {
module.exports = {
lintOnSave: process.env.NODE_ENV !== 'production',
integrity: true,
productionSourceMap: false,
transpileDependencies: ['vuetify'],
configureWebpack: {