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