Can't define config
RedHatter opened this issue · 1 comments
RedHatter commented
I have a svelte.config.js
in the root of my project but nothing I put in the file seems to have any effect.
const less = require('svelte-preprocess-less')
module.exports = {
preprocess: {
style: less()
}
}
DeMoorJasper commented
How does your folder structure look?