From 669dd9a026a86047b7f2440908bdde8bcb0e390d Mon Sep 17 00:00:00 2001 From: js103 <643929860@qq.com> Date: Tue, 29 Jan 2019 13:55:03 +0700 Subject: [PATCH] =?UTF-8?q?commoncss,=20autoprefixer=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8A=A0=E4=B8=8A=E6=B5=8F=E8=A7=88=E5=99=A8=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/bundle.js | 24 +++++- build/index.html | 8 +- build/main.css | 11 +++ history/webpack.config.1.js | 65 +++++++++++++++ package.json | 5 +- src/index.less | 1 + webpack.config.js | 66 ++++++--------- yarn.lock | 158 +++++++++++++++++++++++++++++++++++- 8 files changed, 287 insertions(+), 51 deletions(-) create mode 100644 build/main.css create mode 100644 history/webpack.config.1.js diff --git a/build/bundle.js b/build/bundle.js index 0615b4b..3ede819 100644 --- a/build/bundle.js +++ b/build/bundle.js @@ -97,6 +97,17 @@ eval("console.log(\"a.js\")\n\n//# sourceURL=webpack:///./src/a.js?"); /***/ }), +/***/ "./src/index.css": +/*!***********************!*\ + !*** ./src/index.css ***! + \***********************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +eval("// extracted by mini-css-extract-plugin\n\n//# sourceURL=webpack:///./src/index.css?"); + +/***/ }), + /***/ "./src/index.js": /*!**********************!*\ !*** ./src/index.js ***! @@ -104,7 +115,18 @@ eval("console.log(\"a.js\")\n\n//# sourceURL=webpack:///./src/a.js?"); /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { -eval("console.log(1)\nlet str = __webpack_require__(/*! ./a.js */ \"./src/a.js\")\n\n\n\n//# sourceURL=webpack:///./src/index.js?"); +eval("console.log(1)\nlet str = __webpack_require__(/*! ./a.js */ \"./src/a.js\")\n__webpack_require__(/*! ./index.css */ \"./src/index.css\")\n__webpack_require__(/*! ./index.less */ \"./src/index.less\")\n\n//# sourceURL=webpack:///./src/index.js?"); + +/***/ }), + +/***/ "./src/index.less": +/*!************************!*\ + !*** ./src/index.less ***! + \************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +eval("// extracted by mini-css-extract-plugin\n\n//# sourceURL=webpack:///./src/index.less?"); /***/ }) diff --git a/build/index.html b/build/index.html index 7cbebf0..9b59173 100644 --- a/build/index.html +++ b/build/index.html @@ -1,7 +1,3 @@ -