Releases: pveyes/raw.macro
Releases · pveyes/raw.macro
v0.7.0
Replace swc_ecma_visit
and swc_plugin
with swc_core
to support Next.js 13
v0.6.1
You can now use raw.macro
via SWC plugin
v0.4.2
Fixed regression from v0.3.0 #44
- Static template literal with interpolation is now better optimized. It no longer traverse directories and generate dynamic object
- Weird
require.resolve
behavior in dynamic import is now handled properly
v0.4.1
- Fixed a bug where static template literal throws an error #41
- Fixed a bug where using dynamic directory and dynamic filename without extension returns undefined b0e91d8
- Fixed a bug where wrong file name returns undefined instead of throwing an error #42
v0.4.0
Add support for dynamic path import #37
v0.3.1
Add support for TypeScript type definition #35
v0.3.0
Add support for importing npm packages #17