about summary refs log tree commit diff
path: root/config/webpack/loaders/erb.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/webpack/loaders/erb.js')
-rw-r--r--config/webpack/loaders/erb.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/webpack/loaders/erb.js b/config/webpack/loaders/erb.js
index 4cd7d6849..5b523f8d1 100644
--- a/config/webpack/loaders/erb.js
+++ b/config/webpack/loaders/erb.js
@@ -4,6 +4,6 @@ module.exports = {
   exclude: /node_modules/,
   loader: 'rails-erb-loader',
   options: {
-    runner: 'bin/rails runner'
-  }
-}
+    runner: 'bin/rails runner',
+  },
+};