Templarian / MaterialDesign-JS

Dist for Material Design Icons JS/TypeScript
Other
156 stars 18 forks source link

mdi.js is not a valid node js file #1

Closed robcresswell closed 5 years ago

robcresswell commented 5 years ago

mdi.js uses the ESM export style, but has a .js file extension instead of .mjs, which prevents node from understanding the file type. mdi.js should be mdi.mjs, and a new mdi.js file should be included that uses the CJS style. This appears to exist in the git repo, but isn't actually distributed for some reason.

Templarian commented 5 years ago

@robcresswell This was fixed the other day. Completely forgot to close this. Please update to v2.6.95.

😸