Closed zq0904 closed 1 year ago
At first I tried using babel-plugin-module-resolver but it lacked the necessary documentation I can't implement
// tsconfig.json "baseUrl": "./", "paths": { "@/*": ["src/*"] }, // 'babel-plugin-module-resolver', { root: './', alias: { '@/*': 'src/*', }, },
babel-plugin-module-resolver does not support globby mode?
But I used your library to solve my problem perfectly. Thank you very much for your efforts!
At first I tried using babel-plugin-module-resolver but it lacked the necessary documentation I can't implement
babel-plugin-module-resolver does not support globby mode?
But I used your library to solve my problem perfectly. Thank you very much for your efforts!