materialdesignicons, colors, more layout
This commit is contained in:
@@ -13,7 +13,8 @@ module.exports = {
|
||||
'assets': utils.resolve('assets'),
|
||||
'pages': utils.resolve('src/pages'),
|
||||
'static': utils.resolve('static'),
|
||||
'components': utils.resolve('src/components')
|
||||
'components': utils.resolve('src/components'),
|
||||
'api': utils.resolve('src/api')
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -16,10 +16,11 @@ module.exports = merge(baseConfig, {
|
||||
compress: true,
|
||||
host: '0.0.0.0',
|
||||
port: PORT,
|
||||
// disableHostCheck: true,
|
||||
// open: "firefox-developer-edition",
|
||||
overlay: { warnings: false, errors: true },
|
||||
publicPath: '/',
|
||||
quiet: true
|
||||
quiet: true,
|
||||
},
|
||||
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user