11 lines
175 B

export default {
compileOptions: {
dev: true
},
warnings: [
`<Main> was created without expected prop 'foo'`,
`<Main> was created without expected prop 'bar'`
]
};