From d11abb5638c38c3fd71cb9d41396925ac6764fd9 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 2 Nov 2021 21:56:45 +1300 Subject: [PATCH] MNT Remove js prefix from require statements --- client/src/bundles/bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/bundles/bundle.js b/client/src/bundles/bundle.js index 4f7abef..504e46d 100644 --- a/client/src/bundles/bundle.js +++ b/client/src/bundles/bundle.js @@ -1,2 +1,2 @@ -require('legacy/entwine/TagField.js'); +require('legacy/entwine/TagField'); require('boot');