diff --git a/dist/cpexcel.js b/dist/cpexcel.js index f821c7a56..cbe7cbdd3 100644 --- a/dist/cpexcel.js +++ b/dist/cpexcel.js @@ -804,7 +804,7 @@ if (typeof module !== 'undefined' && module.exports) module.exports = cptable; "use strict"; if(typeof cptable === "undefined") { if(typeof require !== "undefined"){ - var cpt = require('./cpt' + 'able'); + var cpt = cptable; if (typeof module !== 'undefined' && module.exports) module.exports = factory(cpt); else root.cptable = factory(cpt); } else throw new Error("cptable not found");