fix(vue): ensure webpack does not eliminate core css (#23465)

This commit is contained in:
Liam DeBeasi
2021-06-18 16:03:55 -04:00
committed by GitHub
parent b0cce360c8
commit ee3a00fde6

View File

@ -65,5 +65,5 @@
"attributes": "dist/vetur/attributes.json"
},
"web-types": "dist/web-types.json",
"sideEffects": false
"sideEffects": ["css/*.css"]
}