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, 0 insertions, 12 deletions
diff --git a/babel-loader.patch b/babel-loader.patch
deleted file mode 100644
index 773c3180d47e..000000000000
--- a/babel-loader.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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/,