webpack/test/configCases/commons-chunk-plugin/hot-multi/vendor.js

8 lines
169 B
JavaScript

require("./common");
module.exports = "vendor";
it("should have the correct main flag for multi vendor module", function() {
expect(module.hot._main).toBe(true);
});