Skip to content

Commit

Permalink
Revert "Fix build by excluding geocoordsparser from r.js optimisation."
Browse files Browse the repository at this point in the history
No longer required.

This reverts commit b835774.
  • Loading branch information
kabalin committed Feb 19, 2023
1 parent ba369fd commit 518ecd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
//Виртуальный модуль, содержащий общие модули, которые надо исключать из частных модулей
Expand Down

0 comments on commit 518ecd7

Please sign in to comment.