Update babel plugins
This commit is contained in:
parent
c7fb545096
commit
fd3bf4f542
6 changed files with 9 additions and 32 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue