mixtur / webpack-spritesmith

Webpack plugin that converts set of images into a spritesheet and SASS/LESS/Stylus mixins
498 stars 56 forks source link

gaze awlays works in polling mode in mac os mojave #94

Open kikyous opened 4 years ago

mixtur commented 4 years ago

What is the expected behaviour? Do you think I should make this configurable?

kikyous commented 4 years ago

why not use chokidar, as it is dependency of webpack-dev-server ?

kikyous commented 4 years ago

the expected behaviour is use os native file system watch event

kikyous commented 4 years ago

polling mode cause a high cpu usage

mixtur commented 4 years ago

Ok, I'll try to migrate to chokidar. Thx for suggestion.

kikyous commented 4 years ago

thanks for your working, your plugin works well in our project.

mixtur commented 4 years ago

Actually chokidar is gone from dependencies in watchpack. So there probably will be no chokidar in webpack@5. Yet I'll try anyway.