We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9df0785 + cef38b2 commit a147c9cCopy full SHA for a147c9c
build/vendors.js
@@ -89,7 +89,7 @@ const findVendors = () => {
89
let subVendor = []
90
if (assetPath !== undefined) {
91
// console.log(assetPath)
92
- const path = assetPath.replace(/\?.*/, '').replace(/\'|\"/, '')
+ const path = assetPath.replace(/\?.*|#.*/, '').replace(/\'|\"/, '')
93
subVendor['name'] = name
94
subVendor['filetype'] = 'other'
95
subVendor['src'] = normalize(`css/${path}`)
0 commit comments