Searched refs:exports (Results 1 – 3 of 3) sorted by relevance
22 module.exports = {88 module.exports.devtool = '#source-map'90 module.exports.plugins = (module.exports.plugins || []).concat([108 module.exports.plugins = (module.exports.plugins || []).concat([
24 module.exports = function(source) { function
4 } else if (typeof module === 'object' && module.exports) {5 module.exports = factory();