webpack/test/hotCases/esm-output/async-chunks/async-module.js

3 lines
102 B
JavaScript
Raw Normal View History

2025-06-23 20:22:23 +08:00
export const message = "Hello from async module!";
---
export const message = "Updated async module!";