mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
{
|
|
"presets": [[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"ie": "9"
|
|
}
|
|
}
|
|
], "@babel/preset-flow"],
|
|
"plugins": [
|
|
"add-module-exports"
|
|
]
|
|
}
|