inline <script>
marker detection not correctly matching when Rollup bundles the inline source and changes its contents
#586
Milestone
Type of Change
Summary
related to #572, noticed that this is till not exactly dialed in. Noticed that an existing case was working by accident.
This user code that we would feed to Rollup
Was actually getting bundled by Rollup as this and thus dropping our marker
Because of this, the marker detection logic was only working by accident. 😞
Details
Basically our logic here be such that it should only work when
marker === id
which means we need to figure out an alternative marking method.The text was updated successfully, but these errors were encountered: