t2ym / thin-hook

Thin Hook Preprocessor
Other
4 stars 1 forks source link

[rollup] import.meta.url is not properly resolved in rollup #431

Closed t2ym closed 1 year ago

t2ym commented 1 year ago

[rollup] import.meta.url is not properly resolved in rollup

Root Cause

Reproducible Steps

Fix

+chai.assert.isOk(import.meta.url.endsWith('modules/module1.js'), "import.meta.url.endsWith('modules/module1.js') " + import.meta.url); import("lit-html").then(dynamicModule => {