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.
1 parent c31b402 commit cef38b2Copy full SHA for cef38b2
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