jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

Latest version of React (15.3.1) 404s on a file #963

Closed simondiep closed 7 years ago

simondiep commented 7 years ago

I'm running into a 404 trying to load React without specifying a version.

import React from 'react';

GET https://npm.jspm.io/react@15.3.1/lib/accumulateInto.js 404 (Not Found)

I don't explicitly specify this file, but it tries to get loaded.

I've noticed the previous version's file is there 15.3.0.

For more info, see my barebones project.

guybedford commented 7 years ago

Thanks for spotting this. It should be working now.