From f727e6328fb7d80d05eefe32be3176d7a6c980b7 Mon Sep 17 00:00:00 2001 From: asd Date: Mon, 2 Dec 2019 11:34:59 +0800 Subject: [PATCH] update --- 2019/12/webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019/12/webpack.md b/2019/12/webpack.md index aaf2415..1a70ab3 100644 --- a/2019/12/webpack.md +++ b/2019/12/webpack.md @@ -102,7 +102,7 @@ yarn global add webpack-dev-server ``` -require("path") +const path=require("path") ```