webpack/examples/source-mapping-url/example.js

7 lines
118 B
JavaScript

import { greet } from "library";
// Valid value
console.log(greet("world"));
// Wrong value
console.log(greet(128));