Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 492 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 492 Bytes

This repository contains a demo to illustrate a problem with snowpack.

With snowpack:

  • When the css-select library is directly imported, its named exports selectOne and selectAll are properly resolved.

  • When the css-select library is impored indirectly through node-html-parser, the named imports become undefined although node-html-parser uses the exact same import statements.

This repository contains the same test case, but without snowpack. It passes without errors.