我有一个看起来像这样的捆绑包。捆绑软件文件不包含path
的代码,该文件引用了本机节点模块。
module.exports = require("path");
设置为module.exports = path;
?
...
/* 0 */,
/* 1 */,
/* 2 */
/***/ (function(module, exports, __webpack_require__) {
const path = __webpack_require__(3);
module.exports = path.join('example', 'thomas');
/***/ }),
/* 3 */
/***/ (function(module, exports) {
module.exports = require("path");
/***/ })
/******/ ]);