Is it possible to change the default build directory in Dart? -
when run pub build, pub puts compiled app build/web. possible configure pubspec.yaml file change default output directory to, say, prod?
edit: i'm trying avoid having use --output switch each time.
you can use pub build --output=someotherdir
see pub build
Comments
Post a Comment