Releases: hmsk/vite-plugin-elm
Releases · hmsk/vite-plugin-elm
v2.7.0-beta.2
- Restructure the example Vite project
- Support HMR in combined importing
v2.7.0-beta.1
- Change hook compilations happens from
transform
toload
- Add experimental compilation of multiple main files
- Update devDependencies
v2.6.1
v2.6.0: First support of importing assets
- Update devDependencies
- Support handling assets with Vite #178
- A plain string
[VITE_PLUGIN_ELM_ASSET:<path to asset>]
on an Elm's end, will be replaced with an automatically imported asset data
- A plain string
- Add new dependency to
acron
v2.6.0-beta.5
- Some chores/refactoring
v2.6.0-beta.4
- support a helper to tag asset's path by hmsk/elm-vite-plugin-helper
v2.6.0-beta.3
- Change the way to find asset's tags
- Add dependencies for
acorn
,acorn-walk
- Add dependencies for
- Update devDependencies
v2.6.0-beta.2
- Delete a way to import an asset with URL builder statically
- Update a tag name to indicate asset's importing
- Update devDependencies
v2.6.0-beta.1
- Add a first step to import vite assets
- We can now import assets with
[ELM_VITE_PLUGIN_ASSET_PATH_DYNAMIC:path]
or[ELM_VITE_PLUGIN_ASSET_PATH_STATIC:path
experimentally
- We can now import assets with
v2.5.2
- Update dependencies
elm-esm
- Update devDependencies