uni_modules-loader.js 182 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4 5 6 7 8
const {
  genUniModulesExports
} = require('./uni_modules/uni_modules')

module.exports = function () {
  this.cacheable && this.cacheable()
  return genUniModulesExports()
}