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
  • !1894

Re-disable babel modules transform

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/Timer/harmony into master Mar 25, 2017
  • Overview 4
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: Timer

An updated version of webpack was just released which fixes cheap source maps (line numbers) when using harmony module imports. The babel feature can now be disabled and reliance shifted back onto webpack@2 to handle modules.

Validated by making crash overlay throw an error and having the correct line number appear.

This PR also upgrades other deps in spirit of trying newer versions in alpha releases. I did check the upgrades and most seemed to be bug fixes, which is good. Autoprefixer is one we should always try to keep up to date.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/Timer/harmony