awcodes / filament-curator

A media picker plugin for Filament Panels.
MIT License
343 stars 89 forks source link

[v2] Error while building assets #291

Closed vovacorgo closed 1 year ago

vovacorgo commented 1 year ago

Cant build with ( npm run build) @import '../../node_modules/cropperjs/dist/cropper.css'; in plugin.css изображение

But buids with : @import '../../../../../node_modules/cropperjs/dist/cropper.css'; : изображение

vovacorgo commented 1 year ago

292

awcodes commented 1 year ago

Yea I'm still not sure what I want to do with the css yet. I'm not a fan of how filament v3 is handling it. I will it get figured out soon.

For now though you can drop the import for croppers css file. And import the dist/curator.css, I believe.