Known issues and concerns - ARA-Trans/iAM GitHub Wiki

Vuetify

  • It takes around 400 kb of space.
  • At some point try to use a la carte Vuetify to save space.

Babel polyfill

  • Because babel polyfill has been applied on node_modules folder, it takes extra around 80 kb of space.
  • Try to figure out a way to use polyfills only for the required module.

Axios

  • IE 11 does not handle header tags in the request and throws an error.
  • In future, if we have to add some custom header tag in the request, then we need to figure out a way for IE 11 to understand the header tags in the request.

Regarding core-js issue:

  • Current project has issues with core-js (possibility occurs when repo is re-cloned)
  • Solution 1 (proven to work on one developer's machine)
    • Add "core-js": "2.6.5" to devDependencies in package.json
    • run command 'npm install' (optional: remove package-lock.json & node_modules for clean install)
    • run command 'npm run build' to check that the install succeeded
  • Solution 2 (did not work on developer's machine, but may work in other instances; preferred if viable)
    • update all project's '@vue/*' dependencies
    • uninstall current core-js version
    • run command 'npm install' (optional: remove package-lock.json & node_modules for clean install)
    • run command 'npm run build' to check that the install succeeded

Click here for Swaggerhub API documentation