mirror of https://github.com/webpack/webpack.git
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
|
export default await Promise.resolve("a 1");
|
||
|
---
|
||
|
export default await Promise.resolve("a 2");
|