fdojose

Results 2 issues of fdojose

Building from docker start up fails with a babel error. I added this line to the Dockerfile and now runs: RUN npm add @babel/runtime Dockerfile: FROM node:14.16.0 RUN npm install...

bug

Need add a direct load of babel: RUN npm add @babel/runtime before run compile