Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you pass compiler flags to dart2js via Dart Editor

I want to run a no minify build but not from Terminal. Can I do it form the Dart Editor IDE itself?

like image 893
robbie Avatar asked Dec 19 '22 17:12

robbie


1 Answers

Under Run -> Manage Launches you can create a new Dart2js launch and pass in whatever compiler flags you want.

like image 101
Pixel Elephant Avatar answered Jan 11 '23 23:01

Pixel Elephant