You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
▲ [WARNING] Top-level "this" will be replaced with undefined since this file is an ECMAScript module
src/server/controller/HomeController.ts:1:18:
1 │ var __decorate = (this && this.__decorate) ||function(decorators, target, key, desc) {
│ ~~~~
╵ undefined
This file is considered to be an ECMAScript module because of the "export" keyword here:
src/server/controller/HomeController.ts:25:0:
25 │ export { HomeController };
╵ ~~~~~~
Done in 1.67s.
The text was updated successfully, but these errors were encountered:
The code you put up above is the build command. I don't have time in the next week or so to look into this. You might try the esbuild CLI as a starting point. You'll have to set up your own config, but that is where I'd look.
There is a chance that esbuild needs more options set or this plugin could use more options added. Feel free to put in a pull request.
code
warning
The text was updated successfully, but these errors were encountered: