pocky-deprecated icon indicating copy to clipboard operation
pocky-deprecated copied to clipboard

Custom Rollup config file

Open egoist opened this issue 8 years ago • 0 comments

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.

egoist avatar Aug 03 '17 10:08 egoist