plnkr / feedback

Feedback on Plunker
19 stars 11 forks source link

Vanilla javascript by default. Opt-in for npm modules and system runtime #521

Open ggoodman opened 4 years ago

ggoodman commented 4 years ago

Is your feature request related to a problem? Please describe. The new module management support introduced with the systemjs-based runtime is not discoverable and adds friction and confusion to the default experience.

Describe the solution you'd like The systemjs runtime should only be enabled when users opt-in to using that functionality.

Describe alternatives you've considered N/A

Additional context N/A

iliakan commented 4 years ago

Remove package.json from the default JS project. Not needed and misunderstood by people who want pure HTML/JS/CSS.