1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-23 09:00:31 +00:00
Nuxt/test/fixtures/missing-style-resource/nuxt.config.js

6 lines
73 B
JavaScript
Raw Normal View History

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