mirror of https://github.com/webpack/webpack.git
5 lines
69 B
JavaScript
5 lines
69 B
JavaScript
|
import { greeting } from "./pkg";
|
||
|
|
||
|
document.write(greeting('Bob'));
|
||
|
|