summaryrefslogtreecommitdiffstats
path: root/.babelrc
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-03-24 15:02:39 +0100
committerArmand Philippot <git@armandphilippot.com>2022-03-24 15:02:39 +0100
commitef15022857409312e2b26585ba194f9838bf1262 (patch)
tree4db2b9cb28eb823a1aacb10eaecc41c4964e5869 /.babelrc
parent8bb3431fc1c545643511e586e6fa7218521b716f (diff)
parent9226671f49b507ce6f71e6e2c3621014f05f74e9 (diff)
refactor: replace babel with swc
The build time will be faster with SWC.
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc53
1 files changed, 0 insertions, 53 deletions
diff --git a/.babelrc b/.babelrc
deleted file mode 100644
index 48ed8fd..0000000
--- a/.babelrc
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "presets": ["next/babel"],
- "plugins": [
- ["formatjs", { "ast": true }],
- [
- "prismjs",
- {
- "languages": [
- "apacheconf",
- "bash",
- "css",
- "diff",
- "docker",
- "editorconfig",
- "ejs",
- "git",
- "html",
- "ignore",
- "ini",
- "javascript",
- "jsdoc",
- "json",
- "jsx",
- "makefile",
- "markup",
- "php",
- "phpdoc",
- "regex",
- "scss",
- "shell-session",
- "smarty",
- "tcl",
- "toml",
- "tsx",
- "twig",
- "yaml"
- ],
- "plugins": [
- "command-line",
- "copy-to-clipboard",
- "diff-highlight",
- "inline-color",
- "line-highlight",
- "line-numbers",
- "match-braces",
- "normalize-whitespace",
- "show-language",
- "toolbar"
- ]
- }
- ]
- ]
-}