pocky-deprecated
pocky-deprecated copied to clipboard
Custom Rollup config file
It should reads ./rollup.config.js automatically if it exists:
// rollup.config.js
export default {
// ...
}
I think we can use rollup itself to compile this file and load it with require-from-string.