mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Convert missed CommonJS module
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// svelte-vscode seems to require a config for proper linting support
|
||||
const sveltePreprocess = require("svelte-preprocess");
|
||||
module.exports = {
|
||||
preprocess: sveltePreprocess()
|
||||
};
|
||||
import sveltePreprocess from "svelte-preprocess";
|
||||
export default sveltePreprocess();
|
||||
|
||||
Reference in New Issue
Block a user