1
0
Fork 0
bootstrap-html/debian/patches/debian/0002-dont-check-for-caniuse-lite-update.patch
Daniel Baumann 5c9b2b95ae
Adding debian version 5.2.3+dfsg-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-08 17:44:37 +02:00

16 lines
463 B
Diff

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
}
]
]