webpack/examples/dedupe/example.js

4 lines
73 B
JavaScript
Raw Normal View History

2013-06-13 19:36:52 +08:00
var a = require("./a");
var b = require("./b");
a.x !== b.x;
a.y !== b.y;