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

Laravel mix (webpack) compatibility issue #3

Open
eboye opened this issue Apr 10, 2018 · 2 comments
Open

Laravel mix (webpack) compatibility issue #3

eboye opened this issue Apr 10, 2018 · 2 comments

Comments

@eboye
Copy link

eboye commented Apr 10, 2018

When I do:

var Oembed = require('oembed-all');

and run my app, I get:

Error: Cannot find module "./lib/url-list"

@Livijn
Copy link

Livijn commented Nov 14, 2018

Try using the compiled version instead:
let Oembed = require('oembed-all/oembed');

@MrTommy1031
Copy link

I faced same error.
But your comment solve it.
I appreciate you!!
@Livijn

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

3 participants