diff --git a/demo-shell-ng2/config/webpack.common.js b/demo-shell-ng2/config/webpack.common.js index 934bc5719b..39611e09b1 100644 --- a/demo-shell-ng2/config/webpack.common.js +++ b/demo-shell-ng2/config/webpack.common.js @@ -56,8 +56,17 @@ module.exports = { }, { test: /\.html$/, + exclude: alfrescoLibs, loader: 'html' }, + { + test: /\.html$/, + include: alfrescoLibs, + loader: 'html', + query: { + interpolate: true + } + }, { test: /\.(png|jpe?g|gif|svg|woff|woff2|ttf|eot|ico)$/, loader: 'file?name=assets/[name].[hash].[ext]' diff --git a/demo-shell-ng2/index.html b/demo-shell-ng2/index.html index 23562373bb..83401ac994 100644 --- a/demo-shell-ng2/index.html +++ b/demo-shell-ng2/index.html @@ -21,22 +21,18 @@ - - + + - - + + - - - - @@ -49,16 +45,9 @@ - - + + - - -