-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/solvuu/nextocamlorg/7pnVgB54rHNT7smDfa3hBQM6LnWA |
…caml.org into kw1/generate-toc-spike
I encountered a blocking issue where the es6 and commonjs module systems were clashing. It was unclear what was forcing commonjs. I wasn't able to understand the root cause. It might take some time to understand it. I implemented a workaround where I implemented my own functionality instead of using the library that was having difficulties. It's working so far, but may encounter issues when trying to use other libraries that are necessary.
The new issue is #298 . |
… Error: Can't resolve 'common/App.js' in '/vercel/workpath0/pages'"
I am purely refactoring and cleaning up code from this point onwards. The essentials are all in place. |
#243 . This PR evolved from a spike into implementation.