From bc9c1c03e4cdf9ee4fd03fc28dcc89ce27627705 Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 31 Aug 2021 07:32:36 +0930 Subject: [PATCH] chore: convert .scripts to cjs --- ...criptions-transport-ws.js => subscriptions-transport-ws.cjs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .scripts/patches/{subscriptions-transport-ws.js => subscriptions-transport-ws.cjs} (98%) diff --git a/.scripts/patches/subscriptions-transport-ws.js b/.scripts/patches/subscriptions-transport-ws.cjs similarity index 98% rename from .scripts/patches/subscriptions-transport-ws.js rename to .scripts/patches/subscriptions-transport-ws.cjs index 729b62d5f..e0510b189 100644 --- a/.scripts/patches/subscriptions-transport-ws.js +++ b/.scripts/patches/subscriptions-transport-ws.cjs @@ -1,4 +1,4 @@ -const fs = require('fs'); +import fs from 'fs'; const paths = { server: './node_modules/subscriptions-transport-ws/dist/server.js',