mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(config): fix #223 isDevServer is not defined
This commit is contained in:
parent
f221b83f2e
commit
80a15536a5
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin');
|
||||||
const METADATA = {
|
const METADATA = {
|
||||||
title: 'ng2-admin - Angular 2 Admin Template',
|
title: 'ng2-admin - Angular 2 Admin Template',
|
||||||
description: 'Free Angular 2 and Bootstrap 4 Admin Template',
|
description: 'Free Angular 2 and Bootstrap 4 Admin Template',
|
||||||
baseUrl: '/'
|
baseUrl: '/',
|
||||||
|
isDevServer: helpers.isWebpackDevServer()
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue