ameerthehacker / blazepack

⚡ Blazing fast dev server powered by sandpack
GNU Lesser General Public License v3.0
234 stars 17 forks source link

Angular template rough edges #6

Closed kylecordes closed 3 years ago

kylecordes commented 3 years ago

The Angular template brings in the latest Angular, but names the Angular CLI config file with a very old name .angular-cli.json, which has fallen mostly into disuse.

Then, it creates a package.json with a run script that runs Angular CLI, i.e. it doesn't actually run blazepack. It took a minute to realize this.

Therefore, desired features:

ameerthehacker commented 3 years ago

@kylecordes thanks for sharing this, will consider them during the next release.