mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user