Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Rollup exports syntax changed #21

Closed
kasszz opened this issue Oct 31, 2017 · 0 comments
Closed

Rollup exports syntax changed #21

kasszz opened this issue Oct 31, 2017 · 0 comments

Comments

@kasszz
Copy link

kasszz commented Oct 31, 2017

It isn't broken, but you get an error when you run the rollup.config.js that they changed the syntax.

module.exports = {
  input: 'src/index.js',
  sourcemap: 'dist/index.js.map',
  plugins,
  output: {
    file: 'dist/index.js',
    format: 'iife'
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant