angular 2 with webpack without node -


i want use anular + webpack repo (https://github.com/angularclass/angular2-webpack-starter) without node. when go src/index.html in browser see:

"<% if (webpackconfig.htmlelements.headtags) { %> <%= webpackconfig.htmlelements.headtags %> <% } %> loading... <% if (htmlwebpackplugin.options.metadata.isdevserver && htmlwebpackplugin.options.metadata.hmr !== true) { %> <% } %>"

can use webpack functionality without run node server , display site static path index.html file ?


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -