refi64 / vuedart

Create Vue web apps in Dart
https://refi64.com/vuedart
310 stars 19 forks source link

prettify generated code for debug #28

Closed cjkao closed 5 years ago

refi64 commented 5 years ago

Thanks for this!

Although it looks great, this also has the side effect of reformatting the parts of the file the user provided, which can make things more confusing instead of less. In 0.5 this is going to be solved, either by source maps (don't know if package:build even supports these) or by trying to make sure any VueDart-added code stays on the same line.

cjkao commented 5 years ago

I can't find options in build package and look forward 0.5 version. Many thx