Enable SRI
This commit is contained in:
parent
92f95a201a
commit
5f90b1bcda
|
@ -29,6 +29,7 @@ try {
|
|||
|
||||
module.exports = {
|
||||
lintOnSave: process.env.NODE_ENV !== 'production',
|
||||
integrity: true,
|
||||
productionSourceMap: false,
|
||||
transpileDependencies: ['vuetify'],
|
||||
configureWebpack: {
|
||||
|
|
Loading…
Reference in New Issue