From 518ecd78c5054550aaf2dadca3f8705a75243adb Mon Sep 17 00:00:00 2001 From: Ruslan Kabalin Date: Sun, 19 Feb 2023 22:40:18 +0000 Subject: [PATCH] Revert "Fix build by excluding geocoordsparser from r.js optimisation." No longer required. This reverts commit b835774d0da9cace200ef53fcffd6445b4c1d62b. --- build.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.js b/build.js index c037b95cc..9f3f3ef38 100755 --- a/build.js +++ b/build.js @@ -39,9 +39,6 @@ const requireBuildConfig = { inlineText: true, //Включать ли в модули контент, загруженный плагином text logLevel: 0, mainConfigFile: 'public/js/_mainConfig.js', - paths: { - 'lib/geocoordsparser': 'empty:', // Exclude geocoordsparser processing, as it fails on spread syntax (https://github.com/requirejs/r.js/issues/971) - }, modules: [ { //Виртуальный модуль, содержащий общие модули, которые надо исключать из частных модулей