ritz078 / embed-js

🌻 A lightweight plugin to embed emojis, media, maps, tweets, code and more. ✨
https://codesandbox.io/s/Wp5OlNMn
MIT License
1.27k stars 88 forks source link

Fail compiling with Webpack (production env) #254

Closed d8vjork closed 6 years ago

d8vjork commented 6 years ago

image

https://github.com/ritz078/embed-js/blob/0db7d39597f659768b42adca06c12a854a8c0adc/packages/embed-plugin-utilities/src/insert.js#L7

ritz078 commented 6 years ago

UglifyJS has problems with understanding ES6 code. Try https://github.com/webpack-contrib/babel-minify-webpack-plugin instead of uglifyJS

d8vjork commented 6 years ago

Ok, I'll try next build, thank you so much @ritz078

ritz078 commented 6 years ago

Is there still an issue ?

d8vjork commented 6 years ago

Nop, solved! :+1: