pocky-deprecated
pocky-deprecated copied to clipboard
rollup + nodemon = pocky
Results
2
pocky-deprecated issues
Sort by
recently updated
recently updated
newest added
It should reads `./rollup.config.js` automatically if it exists: ```js // rollup.config.js export default { // ... } ``` I think we can use `rollup` itself to compile this file and...