You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angular-cli: 1.0.0-beta.21 patched webpack config to support pug
node: 7.2.0
os: linux x64
The patch is simply a dirty version of #2205.
I have configured like this so pug is compiled: "index": "index.pug"
However, this also changes the output extension, which not only doesn't make sense but also breaks development server(ng serve).
Random notes:
webpack dev-server seems to have index.html hardcoded, and it's the default for most static servers too.
The text was updated successfully, but these errors were encountered:
angular-cli: 1.0.0-beta.21 patched webpack config to support pug
node: 7.2.0
os: linux x64
The patch is simply a dirty version of #2205.
I have configured like this so pug is compiled:
"index": "index.pug"
However, this also changes the output extension, which not only doesn't make sense but also breaks development server(
ng serve
).Random notes:
webpack dev-server seems to have index.html hardcoded, and it's the default for most static servers too.
The text was updated successfully, but these errors were encountered: