From 62d756c447d66ec06dff01c5a68041e05cdef9ec Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sat, 24 Jun 2023 23:57:42 -0700 Subject: [PATCH] refactor: convert to ES Modules and remove traces of CommonJS except in Rollup config because some dependencies are still CommonJS BREAKING: The new project layout might break in some tooling setups. We've added an exports field to `package.json` to specify where statements like `import ... from 'docsify'` will import from, and left the `main` and `unpkg` fields as-is for backwards compatibility with the global