fis-postprocessor-amd icon indicating copy to clipboard operation
fis-postprocessor-amd copied to clipboard

引入外部模块出现问题

Open iamllitog opened this issue 10 years ago • 0 comments

我总结下今天出现的问题 1.引用async和EventEmitter出现问题 看源代码发现内部amd定义方式为define([],function(){return P}) 2.引用jquery,avalon没有问题 看源代码发现内部amd定义方式为define(‘p’,[],function(){return P}) 3.引用webuploader的min版出现问题 看源代码发现打包好的使用r.js打包

iamllitog avatar Aug 26 '15 07:08 iamllitog