Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
['rollup.config.js']() {
return { ...{ name: 'yocss' }, ...rollup['rollup.config.js']() };
}
}
'rollup.config.js'() {
return Object.assign({}, rollup()['rollup.config.js'](), {
globals: {
preact: 'Preact'
},
name: 'skateRendererPreact'
});
}
});