]> git.ipfire.org Git - thirdparty/bootstrap.git/blame - .babelrc.js
Switch to using `hugo.IsProduction` (#39763)
[thirdparty/bootstrap.git] / .babelrc.js
CommitLineData
f17b165f
HZ
1module.exports = {
2 presets: [
3 [
fe492d80 4 '@babel/preset-env',
f17b165f
HZ
5 {
6 loose: true,
22f32415
X
7 bugfixes: true,
8 modules: false
f17b165f
HZ
9 }
10 ]
c8c20746 11 ]
f17b165f 12};