mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
UPD: minicssextract plugin
This commit is contained in:
parent
ea81d42bd4
commit
f249be4f4a
@ -142,9 +142,7 @@ console.log('WebP images: ' + conf['webp']);
|
|||||||
console.log('GRAPHQL_API_KEY: ' + conf['GRAPHQL_API_KEY']);
|
console.log('GRAPHQL_API_KEY: ' + conf['GRAPHQL_API_KEY']);
|
||||||
|
|
||||||
const JSVARS = {
|
const JSVARS = {
|
||||||
'process.env': {
|
|
||||||
NODE_ENV: JSON.stringify(NODE_ENV),
|
NODE_ENV: JSON.stringify(NODE_ENV),
|
||||||
},
|
|
||||||
UINAME: JSON.stringify(UIInfo.name),
|
UINAME: JSON.stringify(UIInfo.name),
|
||||||
UIVERSION: UIVERSION,
|
UIVERSION: UIVERSION,
|
||||||
UIAUTHOR: JSON.stringify(UIInfo.author),
|
UIAUTHOR: JSON.stringify(UIInfo.author),
|
||||||
|
@ -13,7 +13,7 @@ const {
|
|||||||
merge,
|
merge,
|
||||||
} = require('webpack-merge');
|
} = require('webpack-merge');
|
||||||
|
|
||||||
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
const { default: MiniCssExtractPlugin } = require('mini-css-extract-plugin');
|
||||||
const HtmlWebpackPlugin = require('html-webpack-plugin');
|
const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||||
|
|
||||||
const IP = process.env.IP || conf.HOSTNAME;
|
const IP = process.env.IP || conf.HOSTNAME;
|
||||||
|
Loading…
Reference in New Issue
Block a user