]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/js/.babelrc
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / js / .babelrc
CommitLineData
91e44d91
S
1{
2 "presets": [
3 [
4 "es2015",
5 {
6 "modules": false,
7 "loose": true
8 }
9 ]
10 ],
11 "plugins": [
12 "transform-es2015-modules-strip"
13 ]
14}