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.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index 29efc1b0..43c0942e 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -22,7 +22,9 @@ module.exports = glob.sync('content/frontend/**/*.js').map((file) => ({
},
plugins: [
nodeResolve({ browser: true, preferBuiltins: false }),
- commonjs(),
+ commonjs({
+ requireReturnsDefault: 'preferred',
+ }),
vue(),
svg(),
inject({