Help solve the problem. I am developing a project on a prod server.
Deploy in a Docker Swarm cluster.
Here are the steps in detail:
Create images of your application
Set these environment variables right before the following command:
TAG = prod
FRONTEND_ENV = production
Use the provided scripts / build.sh file with these environment variables:
TAG = prod FRONTEND_ENV = production bash ./scripts/build.sh
error return:
@ babel / polyfill is deprecated. Please use the necessary parts of core-js
and regenerator-runtime / runtime separately
killed
plese fix it in you code
Help solve the problem. I am developing a project on a prod server.
Deploy in a Docker Swarm cluster.
Here are the steps in detail:
Create images of your application
Set these environment variables right before the following command:
TAG = prod
FRONTEND_ENV = production
Use the provided scripts / build.sh file with these environment variables:
TAG = prod FRONTEND_ENV = production bash ./scripts/build.sh
error return:
@ babel / polyfillis deprecated. Please use the necessary parts ofcore-jsand
regenerator-runtime / runtimeseparatelykilled
plese fix it in you code