html2canvas/.babelrc

14 lines
218 B
Plaintext
Raw Permalink Normal View History

2017-07-29 05:07:42 +03:00
{
"presets": [[
"@babel/preset-env",
{
"targets": {
"ie": "9"
}
}
], "@babel/preset-flow"],
"plugins": [
"add-module-exports"
]
2017-07-29 05:07:42 +03:00
}