summaryrefslogtreecommitdiffstats
path: root/node_modules/webpack/buildin/amd-define.js
blob: 0d32606a1ae0d3c866cff86fed46fab01372191e (plain) (blame)
1
2
3
module.exports = function() {
	throw new Error("define cannot be used indirect");
};