nav icon indicating copy to clipboard operation
nav copied to clipboard

Use Webpack's watch mode or module replacement functionality

Open podliashanyk opened this issue 11 months ago • 0 comments

sass-watch.sh should be replaced with Webpack's functionality for module replacement or watch mode. We can most likely remove the sass-watch script entirely, but the inotifywait will still be needed in Docker setup as it is used for module replacement by Webpack under the hood.

podliashanyk avatar Mar 08 '24 10:03 podliashanyk