2024-05-15
- support defer load script.
2024-04-29
- add peerDependencies.
2024-02-02
- Fix failing transformations due to wrong string / template order.
2024-02-02
2023-06-07
2023-04-11
- fix html template src parse (#21)
2023-01-15
2022-09-07
- support aysnc load components.(#14)
2022-06-24
- support legacy modernPolyfills.(#9)
2022-06-21
- template strings does not work.(#8)
2022-05-09
- Legacy is invalid in browsers such as IE11.
2022-05-01
- compatible
vite-plugin-pwa
- base mark
- Multi-level cdn reference resource path fix
- Replace the matching scheme and use the base attribute as a marker bit
- Code structure adjustment, introduction of asynchronous processing
2022-04-23
- setup simple unit tests with
vitest
. (#5 by @zhoujinfu)
- import.env.LEGACY cause undefined errors with vite config
define
. (#5 by @zhoujinfu)