mirror of
https://github.com/kalkih/mini-graph-card.git
synced 2025-12-20 00:35:56 +01:00
28 lines
534 B
Plaintext
Executable File
28 lines
534 B
Plaintext
Executable File
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": false,
|
|
"targets": {
|
|
"esmodules": true
|
|
}
|
|
}
|
|
],
|
|
["minify"],
|
|
],
|
|
"comments": false,
|
|
"plugins": [
|
|
["@babel/plugin-transform-template-literals"],
|
|
["@babel/plugin-proposal-decorators", {
|
|
"legacy": true
|
|
}],
|
|
["@babel/plugin-proposal-class-properties", {
|
|
"loose": true
|
|
}],
|
|
["@babel/plugin-proposal-object-rest-spread"],
|
|
["@babel/plugin-transform-spread"],
|
|
["iife-wrap"],
|
|
],
|
|
}
|