Hi everyone, I have a problem with @rollup/plugin-json Basically it fails whenever I have "**:**" in my file. **FAILS:** ``` { "hey": "how are you?" } ``` **SUCCESS:** ``` {} ```
Hi everyone, I have a problem with @rollup/plugin-json
Basically it fails whenever I have ":" in my file.
FAILS:
SUCCESS: