Update php version

This commit is contained in:
Anton Vakhrushev 2018-09-06 20:59:30 +03:00
parent 753a376dcc
commit 48d41d36de
3 changed files with 4 additions and 10 deletions

2
.env
View File

@ -1,3 +1,3 @@
PHP_BASE_IMAGE=php:7.2-cli
PHP_BASE_IMAGE=php:7.3-rc-cli
PHP_IMAGE=homepage-php
NODE_IMAGE=node:10

View File

@ -1,5 +1,5 @@
build-docker:
./tools/build
./tools/build-docker
build-assets:
./tools/npm run build

View File

@ -51,7 +51,7 @@ module.exports = (env = {}) => {
MINI_CSS_LOADER, //'vue-style-loader',
CSS_LOADER,
POSTCSS_LOADER,
'sass-loader',
SCSS_LOADER,
],
},
},
@ -79,18 +79,12 @@ module.exports = (env = {}) => {
},
{
test: /\.css$/,
use: [
MINI_CSS_LOADER,
// STYLE_LOADER,
CSS_LOADER,
POSTCSS_LOADER,
],
use: [MINI_CSS_LOADER, CSS_LOADER, POSTCSS_LOADER],
},
{
test: /\.scss$/,
use: [
MINI_CSS_LOADER,
// STYLE_LOADER,
CSS_LOADER,
POSTCSS_LOADER,
SCSS_LOADER,