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:
authorSarah German <sgerman@gitlab.com>2023-02-15 04:17:09 +0300
committerEvan Read <eread@gitlab.com>2023-02-15 04:17:09 +0300
commit14afddb2a614fd29d11d8d5ef6fcc8c4a08dc88f (patch)
treeb56fed5ff5144ab9e75c356101b4dec692ed6eaa /rollup.config.js
parent9311139d1f285e5ce84ae6345ccaebd8c50000ab (diff)
Add support for rollup watch 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({