-
Notifications
You must be signed in to change notification settings - Fork 108
Unable to locate stylesheet #106
Comments
That makes sense to me. Could you open a PR with those changes and I can merge |
@janicklas-ralph Good morning Janicklas, Thank you for your attention to this issue. Please give me some time so that I can take a closer look at this issue, after which I can offer a PR. |
@janicklas-ralph Hello, I did some more research on this problem and found out its cause. Within one day, I plan to provide a solution (in a PR) and the necessary test, due to the lack of which this problem was not detected earlier. |
@janicklas-ralph Good evening, Please check out the solution I provided in PR: #110 |
Closing this issue because ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. This repo is archived and won't receive any future updates. If the issue is still relevant, please re-post it to the actively-maintained fork at https://github.com/danielroe/beasties. |
Hello @developit and other contributors,
Thanks to you and the contributors of this project for a job well done.
While working with the critters-webpack-plugin project on macOS, I found that the
this.compilation
argument was probably redundant, resulting in an exception:critters/packages/critters-webpack-plugin/src/index.js
Line 172 in a590c05
I can assume that this is a bug, since readFile:
critters/packages/critters/src/index.d.ts
Line 33 in a590c05
critters/packages/critters/src/index.js
Line 141 in a590c05
When the specified argument is removed, the assembly works properly.
Plugin version is 3.0.2., Webpack version is 5.
The text was updated successfully, but these errors were encountered: