You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm personally not using webpack, but it isn't that complicated to setup. You may want to have a look at svelte-loaders readme to see how to pass options, or Issue #3 of svelte-preprocess-sass, which describes exactly what you wanna know, just replace sass with less:
Untested example
// webpack.config.jsimport{less}from'svelte-preprocess-less'...// inside module.rules use: {loader: 'svelte-loader',options: {// other options, like hydratable...preprocess: {style: sass(),},},},
No description provided.
The text was updated successfully, but these errors were encountered: