Grunt -> Webpack, Haml -> Pug

This commit is contained in:
Mo Bitar
2019-12-16 16:26:51 -06:00
parent 68fbd745d5
commit c4c38616b0
134 changed files with 6780 additions and 76580 deletions

View File

@@ -1,9 +1,14 @@
{
"presets": ["@babel/preset-env"],
"presets": [
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead"
}
]
],
"plugins": [
"angularjs-annotate",
["@babel/transform-runtime", {
"regenerator": true
}]
"@babel/plugin-transform-runtime",
"angularjs-annotate"
]
}