zizhen
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: 
> 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:  This workflow doesn't work if multiple Chrome profiles are used because...