如何通过Webpack捆绑包中的号码识别包裹?

时间:2019-07-28 16:29:05

标签: webpack

我有一个软件包,导致我的React服务器端渲染出现问题,但我不知道它是什么。我所知道的是,它在webpack中有一个标识符“ 58”。如何识别包装?这些是前几行:

},{}],58:[function(require,module,exports){
(function (global){
/*! JSON v3.3.2 | http://bestiejs.github.io/json3 | Copyright 2012-2014, Kit Cambridge | http://kit.mit-license.org */
;(function () {
  // Detect the `define` function exposed by asynchronous module loaders. The
  // strict `define` check is necessary for compatibility with `r.js`.
  var isLoader = typeof define === "function" && define.amd;

  // A set of types used to distinguish objects from primitives.
  var objectTypes = {
    "function": true,
    "object": true
  };

我认为json3是包,但我不确定。

0 个答案:

没有答案
相关问题