mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
[rpc-client] use src->lib pattern, i guess i see why people do it.
This commit is contained in:
parent
c706f25214
commit
e86f7ff68e
10 changed files with 45 additions and 29 deletions
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
"presets": [ ["@babel/preset-env", {
|
||||
"targets": {
|
||||
"node": true
|
||||
}
|
||||
}], "@babel/preset-flow" ],
|
||||
"presets": [ "@babel/preset-env", "@babel/preset-flow" ],
|
||||
"plugins": [
|
||||
"@babel/plugin-syntax-dynamic-import",
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue