Refactor CSP

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-04-13 19:30:25 +02:00
parent 76de922996
commit f2175c6498
7 changed files with 464 additions and 75 deletions

View File

@@ -38,7 +38,7 @@ module.exports = {
css: {
loaderOptions: {
scss: {
additionalData: `@import "@/variables.scss";`,
prependData: `@import "@/variables.scss";`,
},
},
},