aboutsummaryrefslogtreecommitdiff
path: root/test/bundler/fixtures/with-assets/index.js
blob: 324e238de1381a4738a5eaad4737a68af4edf543 (plain) (blame)
1
2
3
4
import asset1 from "./hello.csv";
import asset2 from "./img.png";
capture1(asset1);
capture2(asset2);