Procházet zdrojové kódy

fix(icons): add webpack.config.cjs to immediate files list

(.mjs is excluded bc webpack doesn't currently support it)

Co-authored-by: aarondill <aaronsacks2006@gmail.com>
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
aarondill před 2 roky
rodič
revize
0bdf7bea92
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      src/info/filetype.rs

+ 3 - 3
src/info/filetype.rs

@@ -27,9 +27,9 @@ impl FileExtensions {
             "Makefile", "Cargo.toml", "SConstruct", "CMakeLists.txt",
             "build.gradle", "pom.xml", "Rakefile", "package.json", "Gruntfile.js",
             "Gruntfile.coffee", "BUILD", "BUILD.bazel", "WORKSPACE", "build.xml", "Podfile",
-            "webpack.config.js", "meson.build", "composer.json", "RoboFile.php", "PKGBUILD",
-            "Justfile", "Procfile", "Dockerfile", "Containerfile", "Vagrantfile", "Brewfile",
-            "Gemfile", "Pipfile", "build.sbt", "mix.exs", "bsconfig.json", "tsconfig.json",
+            "webpack.config.js", "webpack.config.cjs", "meson.build", "composer.json", "RoboFile.php",
+            "PKGBUILD", "Justfile", "Procfile", "Dockerfile", "Containerfile", "Vagrantfile",
+            "Brewfile", "Gemfile", "Pipfile", "build.sbt", "mix.exs", "bsconfig.json", "tsconfig.json",
         ])
     }