diff --git a/config/webpack.common.js b/config/webpack.common.js index a3666109..4b7d16ce 100644 --- a/config/webpack.common.js +++ b/config/webpack.common.js @@ -17,7 +17,8 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin'); const METADATA = { title: 'ng2-admin - Angular 2 Admin Template', description: 'Free Angular 2 and Bootstrap 4 Admin Template', - baseUrl: '/' + baseUrl: '/', + isDevServer: helpers.isWebpackDevServer() }; /*