fix(webpack): add missing glob dependency

This commit is contained in:
Pooya Parsa 2018-10-29 14:22:11 +03:30
parent 10aeaef110
commit d4a370cecc

View File

@ -22,6 +22,7 @@
"cssnano": "^4.1.7", "cssnano": "^4.1.7",
"file-loader": "^2.0.0", "file-loader": "^2.0.0",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.0",
"glob": "^7.1.3",
"hash-sum": "^1.0.2", "hash-sum": "^1.0.2",
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.11", "lodash": "^4.17.11",