fix identity auth page styling
This commit is contained in:
@ -3,6 +3,7 @@ const path = require('path');
|
||||
const webpack = require('webpack');
|
||||
const merge = require('webpack-merge');
|
||||
const ExtractTextPlugin = require('extract-text-webpack-plugin');
|
||||
const WriteFilePlugin = require('write-file-webpack-plugin');
|
||||
|
||||
const HOST = 'localhost';
|
||||
const PORT = '8080';
|
||||
@ -47,6 +48,7 @@ module.exports = merge.smart(require('./webpack.base.js'), {
|
||||
filename: '[name].css',
|
||||
disable: true,
|
||||
}),
|
||||
new WriteFilePlugin(),
|
||||
],
|
||||
devtool: 'source-map',
|
||||
devServer: {
|
||||
|
Reference in New Issue
Block a user