@analogjs/vite-plugin-angular 2.0.0-alpha.5 → 2.0.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,6 +46,8 @@ export default defineConfig({
46
46
  });
47
47
  ```
48
48
 
49
+ > The `angular` plugin should be listed **first** in the plugins array.
50
+
49
51
  ## Setting up the TypeScript config
50
52
 
51
53
  The integration needs a `tsconfig.app.json` at the root of the project for compilation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@analogjs/vite-plugin-angular",
3
- "version": "2.0.0-alpha.5",
3
+ "version": "2.0.0-alpha.6",
4
4
  "description": "Vite Plugin for Angular",
5
5
  "type": "module",
6
6
  "keywords": [