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
When executing the jss create command for angular, the resulting scaffolded site will not immediately start. This is caused by a bad module reference in the polyfill.ts file.
Expected behavior
After executing the jss create command with angular as the chose framework, the site should start.
Steps To Reproduce
Execute command jss create the-app angular
cd into new app directory
Execute command jss start
Site will not start due to bad reference in polyfill.ts
Description
When executing the jss create command for angular, the resulting scaffolded site will not immediately start. This is caused by a bad module reference in the polyfill.ts file.
Expected behavior
After executing the jss create command with angular as the chose framework, the site should start.
Steps To Reproduce
jss create the-app angular
jss start
Possible Fix
On line 41-42 of https://github.com/Sitecore/jss/blob/dev/samples/angular/src/polyfills.ts, replace 'es6' with just 'es'.
The text was updated successfully, but these errors were encountered: