Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !268

WIP - Use Pundle as the module bundler

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/steelbrain/move-to-pundle into master Jul 28, 2016
  • Overview 8
  • Commits 9
  • Pipelines 0
  • Changes 9

Created by: steelbrain

⚠️ This PR is in no way feature complete and is just meant to start the discussion ⚠️

Reference: https://github.com/facebookincubator/create-react-app/issues/93#issuecomment-234733143

This PR uses the Pundle module bundler instead of Webpack

What's working?

  • Hot reloads
  • Everything JS + JSON

What needs some work?

  • Non JS requires
  • ESLint

I will be implementing the missing plugins for Pundle as we make progress on this PR

What's the benefit?

Well documented and maintained software that has extremely fast bundling and hot reload speed compared to Webpack

cc @gaearon

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/steelbrain/move-to-pundle