A preprocesser plugin for Etcher that supports SCSS, Less and Stylus.
// etcher.config.js
import { preprocess } from '@etcher/plugin-preprocess'
import { defineConfig } from '@etcher/core'
export default defineConfig({
plugins: [
preprocess()
]
})