Explorar el Código

chore: fixed styles from vue-loader being incorrectly tree-shook

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan hace 3 años
padre
commit
bb7f11eed4
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      frontend/package.json

+ 4 - 1
frontend/package.json

@@ -1,6 +1,9 @@
 {
   "name": "musare-frontend",
-  "sideEffects": false,
+  "sideEffects": [
+    "*.css",
+    "*.vue"
+  ],
   "private": true,
   "version": "2.1.0",
   "description": "A modern, open-source, collaborative music app https://musare.com",