We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaeee8 commit 923cd10Copy full SHA for 923cd10
src/index.ts
@@ -2,8 +2,8 @@ import { sveltePreprocess } from './autoProcess';
2
3
// default auto processor
4
// crazy es6/cjs export mix for backward compatibility
5
-// eslint-disable-next-line no-multi-assign
6
/** @deprecated Use the named export instead: `import { sveltePreprocess } from 'svelte-preprocess'` */
+// eslint-disable-next-line no-multi-assign
7
export default exports = module.exports = sveltePreprocess;
8
9
// also export auto preprocessor as named export to sidestep default export type issues with "module": "NodeNext" in tsconfig.
0 commit comments