summarylogtreecommitdiffstats
path: root/babel-loader.patch
diff options
context:
space:
mode:
Diffstat (limited to 'babel-loader.patch')
-rw-r--r--babel-loader.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/babel-loader.patch b/babel-loader.patch
new file mode 100644
index 000000000000..773c3180d47e
--- /dev/null
+++ b/babel-loader.patch
@@ -0,0 +1,12 @@
+diff -Naur src/hyper-0.8.3/webpack.config.js src-patch/hyper-0.8.3/webpack.config.js
+--- src/hyper-0.8.3/webpack.config.js 2016-10-17 20:37:13.000000000 -0400
++++ src-patch/hyper-0.8.3/webpack.config.js 2016-11-15 23:18:56.614125855 -0500
+@@ -18,7 +18,7 @@
+ {
+ test: /\.(js|jsx)$/,
+ exclude: /node_modules/,
+- loader: 'babel'
++ loader: 'babel-loader'
+ },
+ {
+ test: /\.json/,