2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

More config tweaks.

This commit is contained in:
Bardi Harborow
2017-03-21 18:18:11 +11:00
parent 1ecb74e007
commit cab6f7d16c
7 changed files with 9 additions and 38 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"presets": [
[
"es2015",
{
"loose": true,
"modules": false
}
]
],
"plugins": [
"transform-es2015-modules-strip"
]
}