kudago / oembed-all

jQuery-less, CommonJS library for JavaScript oEmbed usage
https://github.com/kudago/oembed-js
33 stars 8 forks source link

Laravel mix (webpack) compatibility issue #3

Open eboye opened 6 years ago

eboye commented 6 years ago

When I do:

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

and run my app, I get:

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

Livijn commented 6 years ago

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

MrTommy1031 commented 5 years ago

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