webpack/test/fixtures/buildDependencies/index.js

12 lines
238 B
JavaScript
Raw Normal View History

2019-08-20 15:07:51 +08:00
/* global VALUE */
2021-04-19 18:22:51 +08:00
require("dep#with#hash/#.js");
2019-08-20 15:07:51 +08:00
module.exports = {
loader: require("./loader!"),
config: VALUE,
2021-01-14 03:35:33 +08:00
esmConfig: VALUE2,
esmAsyncConfig: VALUE3,
uncached: require("./module"),
definedValue: require("./definedValue")
2019-08-20 15:07:51 +08:00
};