fix(config): fix #223 isDevServer is not defined

This commit is contained in:
nixa 2016-09-09 12:47:35 +03:00
parent f221b83f2e
commit 80a15536a5

View file

@ -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()
}; };
/* /*