cyclejs-community / one-fits-all

The one-fits-all flavor for create-cycle-app
MIT License
34 stars 8 forks source link

Update sass options to new config object #111

Closed b12f closed 4 years ago

b12f commented 4 years ago

Webpacks sass-loader migrated to a new version of the config object a long time ago. This now requires the includePaths to be set in the sassOptions map. When creating a new cycle project via create-cycle-app, the config error is the first thing that pops up when starting the project.

More information can be found here:

jvanbruegge commented 4 years ago

Thanks