Move to Rollup

Open
#185 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
28/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript, react, rollup

Research direction

Start by reviewing the rollup branch and reproducing its full browser bundle build, focusing on the reported rollup-plugin-commonjs errors for React imports. Done means the project has a flatter Rollup-based build that produces the browser bundle without the listed React export errors and is easier to type.

Written by the indexing model from the issue text.

Description

Would like to have a flatter build that's easier to type re #184.

Blocking issues in rollup branch:

  • Rollup-plugin-commonjs handles React import badly for a full browser bundle:
Export 'PropTypes' is not defined by '/Users/samuelreed/git/oss/react-draggable/node_modules/react/react.js'
Export 'Component' is not defined by '/Users/samuelreed/git/oss/react-draggable/node_modules/react/react.js'
Export 'Children' is not defined by '/Users/samuelreed/git/oss/react-draggable/node_modules/react/react.js'
Export 'cloneElement' is not defined by '/Users/samuelreed/git/oss/react-draggable/node_modules/react/react.js'
Export 'createElement' is not defined by '/Users/samuelreed/git/oss/react-draggable/node_modules/react/react.js'
Dominant language
JavaScript
Stars
9.3k
Forks
1k
Avg merge
3d 8h
Merged PRs (30d)
4

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from react-grid-layout/react-draggable

All issues in react-grid-layout/react-draggable

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.