Nuxt/test/fixtures/missing-style-resource/nuxt.config.js

6 lines
73 B
JavaScript
Raw Normal View History

export default {
styleResources: {
'stylus': './nothinghere'
}
}