- [ ] Fix this issue : #3 - [x] Using the sass-embedded library : https://www.npmjs.com/package/sass-embedded - [x] View write logs instantly - [ ] Replace Parcel by the Esbuild library - [ ] Find a solution to the fact that Browsersync reloads on every write. Potentially, we have to wait for a group of writes before a page reload. - [x] Update all dependencies - [x] Make sure you compile with the latest version of node (Node 14 minimum required) - [ ] Delete the Faker library - [ ] Use pure ESM package - [ ] Find a solution to create groups of parallel tasks (the goal is to avoid loading too many tasks at the same time)