Add terser
This commit is contained in:
parent
a3cdcdee25
commit
99b918a13d
@ -9,7 +9,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
|
||||
# Install dependencies (including Vite for preview server)
|
||||
RUN npm install --no-audit --no-fund
|
||||
RUN npm install --no-audit --no-fund && npm install --no-audit --no-fund --save-dev terser
|
||||
|
||||
# Copy source files
|
||||
COPY . .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user