From 751efc58ac53b262b57aaf383873d5f988501432 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 8 Jul 2023 19:02:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(npmrc)=20shamefully=20hoist=20t?= =?UTF-8?q?o=20make=20workbox=20and=20pwa=20work=20at=20build=20time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..c483022 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +shamefully-hoist=true \ No newline at end of file