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>2018-07-07 10:54:34 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2018-07-07 10:54:34 +0300
commit9f6382a91d2465255708a3843568b0cce9ab0cf5 (patch)
tree5de0715ca74e7c567bd4518a5aabdc8c1ce20d3e /webpack.config.js
parent841bbdd6bcd5b1bf323b8883f49c099252d0aeb3 (diff)
use postcss-env instead deprecated cssnext
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/webpack.config.js b/webpack.config.js
index beb643f..e7bbbad 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -44,14 +44,13 @@ const cssLoaders = [
flexbox: 'flex'
}),
require('rucksack-css')(),
- require('postcss-cssnext')({
+ require('postcss-preset-env')({
browsers: [
'>0.25%',
'not op_mini all'
],
features: {
- rem: false,
- customProperties: {
+ 'custom-properties': {
strict: false,
warnings: false,
preserve: true