You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which scope/s are relevant/related to the feature request?
create-analog
Information
When generating a new application with npm create analog@latest the angular.json contains a root property set to .. This was needed previously to resolve the vite config properly for ESM support. This is no longer needed and can be removed.
It also enables the ng lint command to run successfully to set up ESLint on an Analog project.
Which scope/s are relevant/related to the feature request?
create-analog
Information
When generating a new application with
npm create analog@latest
theangular.json
contains aroot
property set to.
. This was needed previously to resolve the vite config properly for ESM support. This is no longer needed and can be removed.It also enables the
ng lint
command to run successfully to set up ESLint on an Analog project.The template files are below:
https://github.com/analogjs/analog/blob/beta/packages/create-analog/template-minimal/angular.json#L8
https://github.com/analogjs/analog/blob/beta/packages/create-analog/template-latest/angular.json#L8
https://github.com/analogjs/analog/blob/beta/packages/create-analog/template-blog/angular.json#L8
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: