module.exports = (config) -> config.set { basePath: 'src' preprocessors: '**/*.coffee': ['coffee'] 'resources/**/*.less': ['less'] files: [ '**/*.coffee' 'resources ...
Svelte's own parser understands only JavaScript, CSS and its HTML-like syntax. To make it possible to write components in other languages, such as TypeScript or SCSS, Svelte provides the preprocess ...