mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:11:15 +08:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
const sveltePreprocess = require('svelte-preprocess');
|
|
|
|
module.exports = {
|
|
preprocess: sveltePreprocess(),
|
|
};
|