Replace node-sass with dart sass

This commit is contained in:
Sonny Bakker 2022-05-26 11:39:59 +02:00
parent 9d05cac15c
commit d3f9a11f44
4 changed files with 13958 additions and 76 deletions

View file

@ -3,7 +3,7 @@ FROM node:12-bullseye
WORKDIR /app
RUN mkdir /app/src
COPY package.json package-lock.json /app/
COPY package*.json webpack.*.js .babelrc /app/
RUN npm install