Skip to content

Commit 1a49bcf

Browse files
committed
fix: webpack visualizer plugin should be installed on build
1 parent 049c25c commit 1a49bcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@
7373
"sendmail": "^1.2.0",
7474
"style-loader": "^0.20.0",
7575
"url-loader": "^0.6.2",
76-
"webpack": "^3.6.0"
76+
"webpack": "^3.6.0",
77+
"webpack-bundle-analyzer": "^2.9.2",
78+
"webpack-visualizer-plugin": "^0.1.11"
7779
},
7880
"devDependencies": {
7981
"ava": "^0.25.0",
@@ -98,9 +100,7 @@
98100
"phantomjs-prebuilt": "^2.1.16",
99101
"selenium-server": "^3.8.1",
100102
"sinon": "^4.0.0",
101-
"supertest": "^3.0.0",
102-
"webpack-bundle-analyzer": "^2.9.2",
103-
"webpack-visualizer-plugin": "^0.1.11"
103+
"supertest": "^3.0.0"
104104
},
105105
"ava": {
106106
"files": [

0 commit comments

Comments
 (0)