build: remove output options

This commit is contained in:
Walker 2022-10-29 22:14:35 -03:00
parent c5609ef15b
commit 51b6d6ecc0

View File

@ -54,7 +54,7 @@
packages = with ps.modules.Main; {
default = app { name = "purs-eval"; };
bundle = bundle { };
output = output { codegen = "corefn,js"; comments = true; no-prefix = true; };
output = output { };
};