js-loading-overlay
Version:
Easy and beautiful way to display loading overlay in your application.
20 lines • 353 B
Plain Text
{
"presets": [
[
"@babel/preset-env",
{
"debug": false
}
]
],
"plugins": [
["@babel/plugin-transform-classes"],
["@babel/plugin-transform-async-to-generator"],
["@babel/plugin-transform-template-literals"],
],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-runtime"]
}
}
}