What is the “module” package.json field for?
I've seen some npm packages ( vue for example ) have a pkg.module field in their package.json. Is "module" an official npm property or is this a convention of some kind? Is there documentation for this somewhere? What's it for? esnext path? Unbundled module path? Is "module" an official npm property or is this a convention of some kind? It's a proposal , but likely to be supported due to de facto usage. Is there documentation for this somewhere? There is, in fact, and it can be found right here and later removed here . What's it for? ES6 Module Interoperability in Node. Additional discussion