svizzle icon indicating copy to clipboard operation
svizzle copied to clipboard

Remove rollup warning

Open mindrones opened this issue 4 years ago • 0 comments

Aftr updating rollup we need to check next releases of Sapper to fix [1]

See:

  • [x] https://github.com/rollup/rollup/ pull/3659
  • [x] https://github.com/sveltejs/sapper/ pull/1326 (waiting for Sapper 0.28 to be released)

[1] Entry module "rollup.config.js" is implicitly using "default" export mode, which means for CommonJS output that its default export is assigned to "module.exports". For many tools, such CommonJS output will not be interchangeable with the original ES module. If this is intended, explicitly set "output.exports" to either "auto" or "default", otherwise you might want to consider changing the signature of "rollup.config.js" to use named exports only.

mindrones avatar Jul 20 '20 16:07 mindrones