Blame view

node_modules/webpack/buildin/amd-define.js 85 Bytes
aaac7fed   liuqimichale   add
1
2
3
  module.exports = function() {
  	throw new Error("define cannot be used indirect");
  };