Update babel plugins

This commit is contained in:
Sonny Bakker 2024-08-24 20:53:59 +02:00
parent c7fb545096
commit fd3bf4f542
6 changed files with 9 additions and 32 deletions

View file

@ -3,7 +3,7 @@ FROM node:lts
WORKDIR /app
RUN mkdir /app/src
COPY package*.json webpack.*.js babel.config.json /app/
COPY package*.json webpack.*.js babel.config.js /app/
RUN npm install