Closed as not planned
Description
Operating system
Windows 10
Eleventy
3.0.0
Describe the bug
There seem to be packages that still depend on CommonJS packages
Reproduction steps
- Install 11ty 3.0.0 version
- Convert project to use ESM module resolution
- Run an npx @11ty/eleventy --watch
- See the following warning
(node:12456) ExperimentalWarning: CommonJS module C:\…\node_modules\@11ty\dependency-tree\main.js is loading ES Module C:\…\site\.eleventy.js using require(). Support for loading ES Module in require() is an experimental feature and might change at any time
Expected behavior
I expect for 11ty 3.0.0 to use the ESM version: dependency-tree-esm
Reproduction URL
No response
Screenshots
No response