mirror of https://github.com/webpack/webpack.git
Change top-level await usage to not export directly.
This commit is contained in:
parent
21012d4327
commit
0c0da3a205
|
@ -1 +1,3 @@
|
|||
export default await Promise.resolve(1);
|
||||
const value = await Promise.resolve(1);
|
||||
|
||||
export default value;
|
||||
|
|
Loading…
Reference in New Issue