Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.production.js')
-rw-r--r--webpack.production.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/webpack.production.js b/webpack.production.js
deleted file mode 100644
index 7a3b0cb..0000000
--- a/webpack.production.js
+++ /dev/null
@@ -1,6 +0,0 @@
-const { merge } = require('webpack-merge')
-const common = require('./webpack.common.js')
-
-module.exports = merge(common, {
- mode: 'production',
-})