summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0002-dont-check-for-caniuse-lite-update.patch
blob: 00c1075d746ffc59c049a426dd364c6678064d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Pirate Praveen <praveen@onenetbeyond.org>
Description: don't check for node-canuise-lite update (Closes: #991651).

diff -Naurp bootstrap-html.orig/.babelrc.js bootstrap-html/.babelrc.js
--- bootstrap-html.orig/.babelrc.js
+++ bootstrap-html/.babelrc.js
@@ -5,7 +5,8 @@ module.exports = {
       {
         loose: true,
         bugfixes: true,
-        modules: false
+        modules: false,
+        ignoreBrowserslistConfig: true
       }
     ]
   ]