Adam Smith

Results 1 comments of Adam Smith

As a work around: ``` rollupPlugins: { before: [ { name: 'watch-external', async buildStart() { const styleFiles = await fg(resolve(__dirname, './components/**/*.scss')); for (let file of styleFiles) { this.addWatchFile(file); } },...