UNPKG

mya-hook-commonjs

Version:

mya commonJs module

10 lines (8 loc) 249 B
define('complex/root2.js', function(require, exports, module){ var root1_3 = require('complex/root1-3.js'); var rootCommon = require('complex/root1-common.js'); module.exports = { 'root1_3': root1_3, 'rootCommon': rootCommon } });