mirror of https://github.com/webpack/webpack.git
3 lines
102 B
JavaScript
3 lines
102 B
JavaScript
|
export const message = "Hello from async module!";
|
||
|
---
|
||
|
export const message = "Updated async module!";
|