- From: Jordan Brennan <notifications@github.com>
- Date: Wed, 20 Feb 2019 18:14:58 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 February 2019 02:15:19 UTC
Oh, so `import json from "./data.json"` doesn't work the way you'd expect it to? With just that one line `json` is still a string that needs `JSON.parse(json)`? Never tried that before... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/770#issuecomment-465833988
Received on Thursday, 21 February 2019 02:15:19 UTC