本文介绍了你可以通过Dart编辑器将编译器标志传递给dart2js的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想运行一个没有minify的build但不是从终端。
I want to run a no minify build but not from Terminal. Can I do it form the Dart Editor IDE itself?
推荐答案
Dart2JS可以使用pubspec.yaml
您还需要一个自定义启动配置,直到DartEditor的内部Web服务器被替换由 pub服务
,正在进行中。
Dart2JS can be configured using pubspec.yaml Configuring the Built-in dart2js Transformer.You also need a custom launch configuration until DartEditor's internal web server is replaced by pub serve
which is work in progress.
这篇关于你可以通过Dart编辑器将编译器标志传递给dart2js的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!