]> git.ipfire.org Git - thirdparty/bootstrap.git/blob - .babelrc.js
docs: migrate to the built-in sitemap template (#39951)
[thirdparty/bootstrap.git] / .babelrc.js
1 module.exports = {
2 presets: [
3 [
4 '@babel/preset-env',
5 {
6 loose: true,
7 bugfixes: true,
8 modules: false
9 }
10 ]
11 ]
12 };