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

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2019-01-22 01:51:28 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2019-01-22 01:51:28 +0300
commit269e0bbf102bf20aad3c8a4691278612ce3ffa00 (patch)
tree137209408290904a5bb4a9b689e8c2aa56ffae2d /webpack.config.js
parent4800f8327177fe28c28b63eebc294a34e0db194c (diff)
remove fs module
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 4e8e127..75e45a2 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -2,7 +2,6 @@
'use strict';
const path = require('path');
-const fs = require('fs');
const webpack = require('webpack');
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');