about summary refs log tree commit diff
path: root/config/webpack/loaders/mark.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/webpack/loaders/mark.js')
-rw-r--r--config/webpack/loaders/mark.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/webpack/loaders/mark.js b/config/webpack/loaders/mark.js
deleted file mode 100644
index e62a526b0..000000000
--- a/config/webpack/loaders/mark.js
+++ /dev/null
@@ -1,8 +0,0 @@
-if (process.env.NODE_ENV === 'production') {
-  module.exports = {};
-} else {
-  module.exports = {
-    test: /\.js$/,
-    loader: 'mark-loader',
-  };
-}