From 0dbc8b6b9b0d3c014de594af21aaf74ad0bfeb28 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 Modulesand remove traces of 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