Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor to define dependencies as devDependencies
ESLint falsely claims `esbuild`, `@babel/core` and `clean-css` in compile script as production dependencies, however they're only used to compile the code which is not connected to the production environment.
- Loading branch information