zzolo / esm-no-main-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a basic test for issue: standard-things/esm#693

The problem is that if the module doesn't have a main field in the package.json, esm won't find it, even though there is a module field.

To run:

npm install && node index.js

this should output: ....

About


Languages

Language:JavaScript 100.0%