]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - static/scss/bootstrap-4.0.0-alpha.6/js/.babelrc
Added Bootstrap 4.0.0-alpha 6, new images and mockups for the new layout.
[people/shoehn/ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / js / .babelrc
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 }