peerigon / extract-loader

webpack loader to extract HTML and CSS from the bundle
The Unlicense
317 stars 73 forks source link

add failing test cases for extracting scripts from html entry points #86

Open lmmarsano opened 4 years ago

lmmarsano commented 4 years ago

For peerigon/extract-loader#79 The loader fails to extract scripts for html entry points, and raises an exception when those scripts are ES modules. These tests expose the issue to help get fixes started. Please redirect the merge into a new branch to complete the fixes there.