Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught Error: The fbjs package should never be required without a full path #167

Closed
wzup opened this issue Aug 1, 2016 · 2 comments
Closed

Comments

@wzup
Copy link

wzup commented Aug 1, 2016

I have this bug thrown when I use fbjs with Webpack. What is this, how to baypass?

    entry: {
        'index': './assets/js/react/dev/App',
        'todo': './assets/js/todo',
        'todo2': './assets/js/react/dev/App2',
        'vendors': [
                'jquery',
                'react',
                'react-dom',
                'react-flip-move',
                'react-tap-event-plugin',
                'react-addons-css-transition-group',
                'fbjs',  // I include fbjs in vendors chunk
                'react-scrollbar',
                'material-ui',
                'rc-slider',
            ]
    },
@zpao
Copy link
Member

zpao commented Aug 1, 2016

What are you using fbjs for?

@zpao
Copy link
Member

zpao commented Aug 23, 2016

fbjs isn't meant to be used like this so closing out.

@zpao zpao closed this as completed Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants