Results 6 comments of zizhen

@DanZeuss > When I try this approach, I'm getting the following error: > > Cannot read property 'filter' of undefined the 'filter' error is caused by: ` new ManifestPlugin({ //...

I ever had the same trouble. My solution is: ```js // the path is base on svg file's location spriteModule: '../../svg-sprite.config.js' //"[email protected]" ``` It works well on both wins and...

when you set `shared-workspace-lockfile=false`, you should set overides in workspaces's package.json. Otherwise, set it in root package.json.

same problem with pnpm 8.6.4: yarn.lock: ``` dayjs@^1.9.3: version "1.9.4" resolved "http://bnpm.byted.org/dayjs/download/dayjs-1.9.4.tgz#fcde984e227f4296f04e7b05720adad2e1071f1b" integrity sha1-/N6YTiJ/QpbwTnsFcgra0uEHHxs= ``` after pnpm import: pnpm-lock.yaml ``` dayjs: specifier: ^1.9.3 version: 1.9.3 // expected to be 1.9.4...

same problem. I solved the problem by editing the config file which is located in /Users/xxxx/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.xxxx/chrom_history.py: ![image](https://github.com/Acidham/chromium-hist-bookmarks/assets/22932241/d609b778-932f-48eb-9882-560819b1962a)

> same problem. I solved the problem by editing the config file which is located in /Users/xxxx/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.xxxx/chrom_history.py: ![image](https://private-user-images.githubusercontent.com/22932241/346902470-d609b778-932f-48eb-9882-560819b1962a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjA1MTc2NjUsIm5iZiI6MTcyMDUxNzM2NSwicGF0aCI6Ii8yMjkzMjI0MS8zNDY5MDI0NzAtZDYwOWI3NzgtOTMyZi00OGViLTk4ODItNTYwODE5YjE5NjJhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA3MDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNzA5VDA5MjkyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNhYzc4Mzk1ZTIwNmFmMzQ4MmEyZThhMjQ1MTgwOThlMzc0NTE5NTNjNjZhZGJiN2ViNmFiNTdjZDY1M2Y5OTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.UAXSIJjUct4yNRWZbw5YENMawVCM9bZy4YEBOtCL9SA) This workflow doesn't work if multiple Chrome profiles are used because...