mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
second demo
This commit is contained in:
parent
8960114faf
commit
d10fb70901
@ -2,4 +2,8 @@ import { two } from './two';
|
||||
|
||||
export default async function(...args) {
|
||||
return [await two(...args), await two(...args)];
|
||||
}
|
||||
}
|
||||
|
||||
// function one() { return 'one'; }
|
||||
// export default { one, two };
|
||||
// export { one, two };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user