mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-19 09:29:39 +00:00
12 lines
156 B
JavaScript
12 lines
156 B
JavaScript
import preprocess from "svelte-preprocess";
|
|
|
|
const config = {
|
|
preprocess: [
|
|
preprocess({
|
|
postcss: true,
|
|
}),
|
|
],
|
|
};
|
|
|
|
export default config;
|