Upgrade webpack

This commit is contained in:
Sonny Bakker 2023-08-06 15:20:27 +02:00
parent 841ca7d674
commit 28df757ea8
10 changed files with 14812 additions and 10053 deletions

View file

@ -5,6 +5,4 @@ RUN mkdir /app/src
COPY package*.json webpack.*.js .babelrc /app/
RUN npm install
COPY ./src /app/src
RUN npm ci --include=dev