Open daviareias opened 1 week ago
I wonder if there's a way to do this in Shopify?
If you use this toml file:
[[extensions]] name = "My extension" handle = "some-handle" type = "ui_extension" [[extensions.targeting]] module = "./src/BlockExtension.ts" target = "admin.order-details.block.render"
@shopify/cli will produce a minified file at dist/BlockExtension.js but won't give you any options to remove logging
I wonder if there's a way to do this in Shopify?
Example
If you use this toml file:
@shopify/cli will produce a minified file at dist/BlockExtension.js but won't give you any options to remove logging