11 lines
177 B

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