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:
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 e928db76..2f3cab35 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -22,6 +22,7 @@ module.exports = glob.sync('content/frontend/**/*.js').map((file) => ({
format: 'iife',
name: file,
},
+ cache: true,
plugins: [
nodeResolve({ browser: true, preferBuiltins: false }),
commonjs({