microsoft / vscode-emmet-helper

A helper module to use emmet modules with Visual Studio Code
MIT License
39 stars 32 forks source link

esm output missing since version 2.8.5 #79

Open dummdidumm opened 1 year ago

dummdidumm commented 1 year ago

The package.json declares "module": "./lib/esm/emmetHelper.js", but the esm folder is missing from the package since version 2.8.5

Either remove the module field if this is deliberate or adjust the build pipeline so that the esm version is built and published.