Releases: huang-julien/nuxt-runtime-compiler
Releases · huang-julien/nuxt-runtime-compiler
v1.3.0
Hi there 👋 this release should be the last release for nuxt 3 as an option enabling the full bundle for vue runtime compiler has been merged in 3.4. And considered as stable in 3.5.
You can enable it with experimental.runtimeVueCompiler
(3.4) or vue.runtimeCompiler
(3.5)
What's Changed
- chore: warn and use config for nuxt >= 3.4 by @huang-julien in #47
Full Changelog: v1.2.2...v1.3.0
v1.2.2
fix
- don't build with nuxt-module-builder to force nuxt to not use the native esm loader with this module
v1.2.1
Breaking Changes
This module needs to be imported within nuxt.config.ts
to be able to import .ts
files
Fixes
- use
resolve
frompathe
to resolve paths
Docs
- update readme
v1.2.0
Feat
- use AppConfig to define RuntimeCompilerOptions (runtime)
- use AppConfig to add compiler options to webpack and vite (build time)
Docs
- update README
v1.1.3
Fixes
- don't set the alias on server with externalVue false
tests
- add test fixtures
v1.1.2
Fix
- fix vue alias not being set server side
Chore
- clean playground
v1.1.0
- allow using the module with experimental.externalVue in nuxt config set to true
- removed includeVue option
v1.0.10
- add playground examples
- set externalVue to false since nuxt 3.0.0-rc.9