nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

Updated dependencies. Removed old unsupported plugins.

Open SamTV12345 opened this issue 3 years ago • 2 comments

This pr solves multiple issues:

  • old dependencies: Plugins like the babel-loader plugin are considered deprecated.
  • dev dependencies: Typescript things were put into the dev dependencies section in package.json
  • solved incorrect dependencies hierarchy when executed with npm
  • updated prettier to ignore line endings. Windows adds a carriage return line feed which prettier doesnt like. This is always removed when it is versioned into git.

A big improvment would be to switch from CRA which is really bloated to vite React Typescript plugin. The webserver starts in two-three seconds, I can do dynamic imports without writing everywhere lazy import and I don't download a lot of files when installing the project.

SamTV12345 avatar Nov 08 '22 14:11 SamTV12345

Force pushed signing key.

SamTV12345 avatar Nov 12 '22 11:11 SamTV12345

Will this pr ever be checked?

SamTV12345 avatar Dec 02 '22 21:12 SamTV12345