Replace node-sass with dart sass
This commit is contained in:
parent
9d05cac15c
commit
d3f9a11f44
4 changed files with 13958 additions and 76 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue