frederikprijck / angularjs-webpack-starter

:rocket: A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
184 stars 59 forks source link

title not working in dev server #2

Closed tommck closed 7 years ago

tommck commented 7 years ago

This code is not rendering properly. The title of the window is the literal string "<%= htmlWebpackPlugin.options.title %>"

   <title><%= htmlWebpackPlugin.options.title %></title>
frederikprijck commented 7 years ago

Ye I know. I still have to fix it. I will asap!

frederikprijck commented 7 years ago

It should be working now, can you check ?

tommck commented 7 years ago

Yes, that worked.. Thanks :)