From f6907e0974d9e9147d4b64ac9307b90f1c842759 Mon Sep 17 00:00:00 2001 From: asd Date: Mon, 2 Dec 2019 11:42:59 +0800 Subject: [PATCH] update --- 2019/12/webpack.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2019/12/webpack.md b/2019/12/webpack.md index 8bceec7..2e356a1 100644 --- a/2019/12/webpack.md +++ b/2019/12/webpack.md @@ -105,6 +105,9 @@ yarn global add webpack-dev-server const path=require("path") moudle.export={ entry:"" //入口文件路径 + output:{ + path:" + } }