UNPKG

hmserver

Version:
22 lines (21 loc) 387 B
{ "presets": ["@babel/preset-env"], "plugins": [ [ "babel-plugin-root-import", { "paths": [ { "rootPathPrefix": "~", "rootPathSuffix": "src" }, { "rootPathPrefix": "@", "rootPathSuffix": "" } ] } ], ["@babel/plugin-proposal-class-properties"] ] }