Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2023-02-21 10:08:42 +0300
committerEvan Read <eread@gitlab.com>2023-02-21 10:08:42 +0300
commit3e3d242bef21ab3531ec391a059bdfb910cc8254 (patch)
treea9073b39f3063875623bcb5796785a3ae66ca8a6 /rollup.config.js
parentb6e5c8d3d8b864120ff6b07e6e11122d882a6387 (diff)
Set inline dynamic imports
Diffstat (limited to 'rollup.config.js')
-rw-r--r--rollup.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rollup.config.js b/rollup.config.js
index 2f3cab35..8a67c8f7 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -21,6 +21,7 @@ module.exports = glob.sync('content/frontend/**/*.js').map((file) => ({
file: mapDirectory(file),
format: 'iife',
name: file,
+ inlineDynamicImports: true,
},
cache: true,
plugins: [