| Mar | APR | May |
| 18 | ||
| 2020 | 2021 | 2022 |
COLLECTED BY
Collection: github.com
Read more
bug
good first issue
@duetds/date-picker does not work with Rollup (or I didn't get it to).
The problem appears to be a dynamic import statement with a template string:
return import(`./${bundleId}.entry.js${""}`);Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463" **To Read more documentation good first issue