From 211719a694f69eaa6d4cebafea795e7966bfcd7c Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 11 Aug 2022 16:08:07 +0200 Subject: [PATCH] auth: devdep on rollup-plugin-emit-ejs --- packages/auth/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/auth/package.json b/packages/auth/package.json index 4e2c78b7..cecf7ed5 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -34,6 +34,7 @@ "rollup": "^2.33.3", "rollup-plugin-copy": "^3.1.0", "rollup-plugin-delete": "^2.0.0", + "rollup-plugin-emit-ejs": "^3.1.0", "rollup-plugin-serve": "^2.0.0", "rollup-plugin-terser": "^7.0.2" }, -- GitLab