web: use absolute imports with path rewrite instead of relative imports (#3149)
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
"presets": ["@babel/env", "@babel/typescript"],
|
||||
"plugins": [
|
||||
["@babel/plugin-proposal-private-methods", { "loose": true }],
|
||||
["babel-plugin-tsconfig-paths", {}],
|
||||
[
|
||||
"@babel/plugin-proposal-decorators",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user