EZPPLauncher/svelte.config.js

8 lines
126 B
JavaScript
Raw Permalink Normal View History

const preprocess = require("svelte-preprocess");
2024-01-09 12:10:37 +00:00
const config = {
preprocess: [preprocess()],
2024-01-09 12:10:37 +00:00
};
module.exports = config;