webpack/test/cases/errors/crash-missing-import/a.js

4 lines
37 B
JavaScript

import { x } from "./missing";
x();