mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(vue): ensure webpack does not eliminate core css (#23465)
This commit is contained in:
@ -65,5 +65,5 @@
|
|||||||
"attributes": "dist/vetur/attributes.json"
|
"attributes": "dist/vetur/attributes.json"
|
||||||
},
|
},
|
||||||
"web-types": "dist/web-types.json",
|
"web-types": "dist/web-types.json",
|
||||||
"sideEffects": false
|
"sideEffects": ["css/*.css"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user