github.com/stampzilla/stampzilla-go@v2.0.0-rc9+incompatible/nodes/stampzilla-server/web/.babelrc (about)

     1  {
     2    "presets": [
     3      [
     4        "@babel/preset-env",
     5        {
     6          "modules": false
     7        }
     8      ],
     9      "@babel/preset-react",
    10    ],
    11    "plugins": [
    12      "react-hot-loader/babel",
    13      "@babel/plugin-syntax-dynamic-import",
    14      "@babel/plugin-syntax-import-meta",
    15      "@babel/plugin-proposal-class-properties",
    16      "@babel/plugin-proposal-json-strings",
    17      [
    18        "@babel/plugin-proposal-decorators",
    19        {
    20          "legacy": true
    21        }
    22      ],
    23      "@babel/plugin-proposal-function-sent",
    24      "@babel/plugin-proposal-export-namespace-from",
    25      "@babel/plugin-proposal-numeric-separator",
    26      "@babel/plugin-proposal-throw-expressions"
    27    ]
    28  }