steal-tools
steal-tools copied to clipboard
@steal with steal.import is not working in optimize build
if someone (me) is explicit, this will not work:
import steal from "@steal";
steal.import("foobar").then(function(module){console.log(module)});
steal.import
Is not defined