steal-tools icon indicating copy to clipboard operation
steal-tools copied to clipboard

@steal with steal.import is not working in optimize build

Open pYr0x opened this issue 7 years ago • 0 comments

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

pYr0x avatar Sep 30 '17 00:09 pYr0x