richardtallent / vite-plugin-singlefile

Vite plugin for inlining JavaScript and CSS resources
MIT License
808 stars 53 forks source link

Fix bug with array iteration #93

Closed smac89 closed 6 months ago

smac89 commented 6 months ago

TypeError: Cannot create property 'inlineDynamicImports' on string '0'

@richardtallent This change fixes that

richardtallent commented 6 months ago

Well, that was a dumb error. Thanks!