The `main` field in package.json points to the wrong file.
See original GitHub issue
Top Results From Across the Web
Main property in package.json defines package entry point
It will be used to point a file inside the package directory that will be the entry point. If main property does not...
Read more >How to use the 'main' parameter in package.json?
The main field is a module ID that is the primary entry point to your program. That is, if your package is named...
Read more >package.json - npm Docs
The main field is a module ID that is the primary entry point to your program. That is, if your package is named...
Read more >API - esbuild
There are two main API calls in esbuild's API: transform and build. ... This changes how the exports field in package.json files is...
Read more >What Is package.json? | heynode.com
"main": "src/index.js",. The main field is a functional property of your package.json. This defines the entry point into your project, and commonly ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi daniel,
Thank you for noticing this, i will get right on it!
@jeanpoelie
0.13.6broke because you updated the dom-helpers and that file its trying to compile thatpropertiesfile which does not exist on last version ofdom-helpers, second issue is even if you manually downgrade the dom-helpers, it compiles however it breaks change of pages