Analog v1.0.0-beta #794
brandonroberts
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Full Changelog: 0.2.25...1.0.0-beta.0
This discussion was created from the release v1.0.0-beta.0.
Trying out the new beta
You can run the following command to generate a new project with the 1.0.0-beta.x
With Nx:
ESM Support
All of the Analog packages except for the platform package have been converted to ESM-only packages.
Migration Fixes
We will build migrations for these, but if you are using existing Angular CLI/Nx workspaces, here are some steps:
"type": "module"
to your root package.json. In Nx workspaces, add apackage.json
to your project root with only{ "type": "module" }
@nx/vite
builders to@analogjs/platform
@nx/vite:build
->@analogjs/platform:vite
@nx/vite:dev-server
->@analogjs/platform:vite-dev-server
@nx/vite:test
->@analogjs/platform:vitest
Beta Was this translation helpful? Give feedback.
All reactions