Fix scrollspy.js & use query-string@5 to support IE (#1621)

* Fix scrollspy.js syntax error on IE

* Use query-string@5 to support IE
This commit is contained in:
ylemkimon
2018-08-18 21:25:37 +09:00
committed by GitHub
parent 52f3c05ccc
commit 93b1b7947c
3 changed files with 31 additions and 24 deletions

View File

@@ -51,7 +51,7 @@
"mkdirp": "^0.5.1",
"pako": "1.0.6",
"postcss-loader": "^3.0.0",
"query-string": "^6.1.0",
"query-string": "^5.1.1",
"rimraf": "^2.6.2",
"rollup": "^0.63.4",
"rollup-plugin-babel": "^3.0.7",