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>2020-08-03 00:00:30 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2020-08-03 00:00:30 +0300
commitf17a432748c7d487e55039086326b53b9852efdf (patch)
tree6105439da9f203d37cb9160092bc401ea732797f /webpack.config.js
parentc6407d1861f464d5a5de5a86d892c3268ec6f05d (diff)
add workflow
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 07a1252..9fc35a0 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -8,8 +8,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const OfflinePlugin = require('offline-plugin');
const ManifestPlugin = require('webpack-manifest-plugin');
-const packageJSON = require('./package.json');
-const browserList = packageJSON.babel.presets[0][1].targets.browsers;
+const browserList = require('./browserslist.config');
// set NODE_ENV=production on the environment to add asset fingerprints
const currentEnv = process.env.NODE_ENV || 'development';