Closed TrySound closed 8 years ago
files: { './dir/a.js': ` import foo from './b.js'; foo(); `; './dir/b.js': ` export default function foo() { console.log("Hello, world!"); } `; }
Geez, I wonder what I was thinking when I wrote that. Thanks.