mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 09:59:58 +01:00
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
const preprocess = require('svelte-preprocess')
|
|
|
|
module.exports = {
|
|
preprocess: preprocess(),
|
|
}
|