From c1c1d4772f1000769f165b68bd61c4a22fb9b7a8 Mon Sep 17 00:00:00 2001 From: davidohlin Date: Sun, 14 Oct 2018 13:37:19 +0200 Subject: [PATCH] add .posthtmlrc file to avoid parcels removal of viewBox https://github.com/parcel-bundler/parcel/issues/1523 --- .posthtmlrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .posthtmlrc diff --git a/.posthtmlrc b/.posthtmlrc new file mode 100644 index 0000000..8935624 --- /dev/null +++ b/.posthtmlrc @@ -0,0 +1,4 @@ +{ + "recognizeSelfClosing": true, + "lowerCaseAttributeNames": false +} \ No newline at end of file