mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
chore: cleanup tsup configs (#8381)
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:16-alpine
|
||||
WORKDIR /usr/proxy
|
||||
|
||||
# First copy over dependencies separate from src for better caching
|
||||
COPY package.json yarn.lock tsconfig.json .yarnrc.yml tsup.config.ts ./
|
||||
COPY package.json yarn.lock tsconfig.json .yarnrc.yml build.config.ts ./
|
||||
COPY .yarn ./.yarn
|
||||
COPY ./packages/proxy-container/package.json ./packages/proxy-container/
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
"eslint": "^8.20.0",
|
||||
"prettier": "^2.7.1",
|
||||
"rollup-plugin-typescript2": "0.32.1",
|
||||
"tsup": "^6.2.0",
|
||||
"typescript": "^4.7.4",
|
||||
"unbuild": "^0.7.6"
|
||||
},
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
import { createTsupConfig } from '../../tsup.config';
|
||||
|
||||
// TODO: Set options to bundle node_modules - making the Docker image smaller
|
||||
export default createTsupConfig({ minify: true, dts: false });
|
||||
Reference in New Issue
Block a user