From a0fc425ee48332b357d66438bae12c6869c47316 Mon Sep 17 00:00:00 2001 From: asd Date: Sun, 1 Dec 2019 19:17:23 +0800 Subject: [PATCH] update --- 2019/12/webpack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2019/12/webpack.md b/2019/12/webpack.md index 4c9284d..a86ed8c 100644 --- a/2019/12/webpack.md +++ b/2019/12/webpack.md @@ -55,11 +55,11 @@ linux 系统 运行 yarn global bin 查看 yarn 的全局目录,然后 #expor "version": "1.0.0", "description": "wu", "main": "index.js", - "scripts": { +== "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production", "dev": "webpack --mode development" - }, + },== "author": "aaa", "license": "3000", "private": false