Skip to content

Commit 248f127

Browse files
committed
chore(package): add webpack-simple-progress-plugin dev dependency
1 parent 110922b commit 248f127

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"webpack": "^4.16.5",
105105
"webpack-cli": "^3.1.0",
106106
"webpack-concat-plugin": "^3.0.0",
107-
"webpack-dev-server": "^3.1.5"
107+
"webpack-dev-server": "^3.1.5",
108+
"webpack-simple-progress-plugin": "^0.0.4"
108109
}
109110
}

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6626,6 +6626,14 @@ webpack-log@^1.0.1, webpack-log@^1.1.2:
66266626
loglevelnext "^1.0.1"
66276627
uuid "^3.1.0"
66286628

6629+
webpack-simple-progress-plugin@^0.0.4:
6630+
version "0.0.4"
6631+
resolved "https://registry.npmjs.org/webpack-simple-progress-plugin/-/webpack-simple-progress-plugin-0.0.4.tgz#c4829137429cb673dfc6a61a262b955c35cc7ba2"
6632+
dependencies:
6633+
chalk "^1.1.3"
6634+
object-assign "^4.1.0"
6635+
progress "^1.1.8"
6636+
66296637
webpack-sources@^1.0.1, webpack-sources@^1.1.0:
66306638
version "1.1.0"
66316639
resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.1.0.tgz#a101ebae59d6507354d71d8013950a3a8b7a5a54"

0 commit comments

Comments
 (0)