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