DeMoorJasper/parcel-plugin-svelte

Can't define config

RedHatter opened this issue · 1 comments

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()
  }
}

How does your folder structure look?