react-three-renderer icon indicating copy to clipboard operation
react-three-renderer copied to clipboard

fixing the package.json - right now the component is broken for fresh install.

Open iliran11 opened this issue 8 years ago • 4 comments

Package json is not pointing correctly on react3.jsx.

iliran11 avatar Oct 18 '17 10:10 iliran11

It's pointing to the file in the release directory i.e. https://unpkg.com/[email protected]/lib/React3.js

You probably want to run npm run compile if you're working with the source

johnrees avatar Oct 18 '17 21:10 johnrees

the package is broken. when installing from npm, it's not working. the main property at package.json is pointing at nothing.

iliran11 avatar Oct 18 '17 21:10 iliran11

@iliran11 can you please show your package.json for the package that depends on it? I'll try to add some test case for it :)

toxicFork avatar Oct 26 '17 08:10 toxicFork

Currently this PR cannot be merged until we have a fail/pass test case

For example, a project that would not work with current version

toxicFork avatar Nov 10 '17 08:11 toxicFork