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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-02-15 09:50:37 +0300
committerGitHub <noreply@github.com>2022-02-15 09:50:37 +0300
commit42da2b95566fe0377543120698e242f4756f648e (patch)
treeed4b780cd5cfed87a7fb99dad954a3005bd9c432 /build
parentd568e029dac04b50305000df4c1bf33cac7db64a (diff)
Update devDependencies (#35841)
* Update devDependencies * @babel/core ^7.17.0 → ^7.17.2 * @rollup/plugin-replace ^3.0.1 → ^3.1.0 * eslint ^8.8.0 → ^8.9.0 * eslint-config-xo ^0.39.0 → ^0.40.0 * hugo-bin ^0.80.1 → ^0.80.2 * karma ^6.3.15 → ^6.3.16 * rollup ^2.67.1 → ^2.67.2 * Fix new ESLint errors
Diffstat (limited to 'build')
-rw-r--r--build/build-plugins.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build-plugins.js b/build/build-plugins.js
index 8fa0e0b1f3..4c68edcd1f 100644
--- a/build/build-plugins.js
+++ b/build/build-plugins.js
@@ -48,7 +48,7 @@ const build = async plugin => {
babelHelpers: 'bundled'
})
],
- external: source => {
+ external(source) {
// Pattern to identify local files
const pattern = /^(\.{1,2})\//