You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are supposed to be ignoring complex dynamic imports like this (import('foo'+bar+'baz.js')) but it appears our REGEX for matching against complex imports is broken.
The text was updated successfully, but these errors were encountered:
Original Discussion: https://www.pika.dev/npm/snowpack/discuss/398
/cc @zalelion
We are supposed to be ignoring complex dynamic imports like this (
import('foo'+bar+'baz.js')
) but it appears our REGEX for matching against complex imports is broken.The text was updated successfully, but these errors were encountered: