Chore: Remove babel deps and config (#62461)

* chore: remove unused frontend build deps babel and ts-loader

* chore(babel): delete redundant config file and remove ref in pr-commands

* chore: clean up references to babel.config.js
This commit is contained in:
Jack Westbrook
2023-02-23 11:59:05 +01:00
committed by GitHub
parent df6572b53f
commit 21a988a659
6 changed files with 29 additions and 211 deletions

View File

@@ -20,7 +20,7 @@ COPY plugins-bundled plugins-bundled
RUN yarn install
COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js babel.config.json .linguirc ./
COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js .linguirc ./
COPY public public
COPY scripts scripts
COPY emails emails