Update babel plugins
This commit is contained in:
parent
c7fb545096
commit
fd3bf4f542
6 changed files with 9 additions and 32 deletions
|
|
@ -23,7 +23,7 @@ FROM node:lts AS frontend-build
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./*.json ./*.js ./babel.config.json /app/
|
||||
COPY ./*.json ./*.js ./babel.config.js /app/
|
||||
|
||||
RUN npm ci
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue