首页 > 解决方案 > 使用 wget 镜像整个站点。webpack nad js问题

问题描述

我在不同的线程上搜索,并没有找到任何能让我更接近解决方案的东西。

我正在尝试在本地下载这个网站(尝试了不同的结果相似的网站):plat4m.com

它可以工作 90%。在“主页”中,看起来 js 文件正在查找我找不到的 aa webpack 文件

/***/ "./node_modules/gsap/AttrPlugin.js":
/*!*****************************************!*\
  !*** ./node_modules/gsap/AttrPlugin.js ***!
  \*****************************************/
/*! exports provided: AttrPlugin, default */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AttrPlugin", function() { return AttrPlugin; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return AttrPlugin; });
/* harmony import */ var _TweenLite_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./TweenLite.js */ "./node_modules/gsap/TweenLite.js");
/*!
```
I understand that this is third party plugin.

Has anyone have an idea how to either find this file or us the wget functions so it will download/convert it from the server that website is? 

Thanks!

标签: javascriptwget

解决方案


推荐阅读