about summary refs log tree commit diff
path: root/config/webpacker.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/webpacker.yml')
-rw-r--r--config/webpacker.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/webpacker.yml b/config/webpacker.yml
index 9accd6152..f5c93a684 100644
--- a/config/webpacker.yml
+++ b/config/webpacker.yml
@@ -36,6 +36,9 @@ default: &default
   extensions:
     - .mjs
     - .js
+    - .jsx
+    - .ts
+    - .tsx
     - .sass
     - .scss
     - .css
@@ -75,7 +78,7 @@ development:
 test:
   <<: *default
 
-  # CircleCI precompiles packs prior to running the tests.
+  # CI precompiles packs prior to running the tests.
   # Also avoids race conditions in parallel_tests.
   compile: false