Tag: webpack
3 posts.
-
Hot-patching our dependencies with patch-package
This is also a quick blog post. Let me tell you the tale of patch-package. Not many people have heard the tale of patch-package. Many prefer to walk the...
-
Bad JavaScript. Expected '(' in our webpack eval chunk
This is a quick blog post for resolving an issue this morning from webpack uglified/minified JavaScript. The error happens in IE and Edge, it simply says:...
-
How to tell WebPack Uglify to support IE8
Many that uses WebPack also applies the UglifyjsPlugin. By default, UglifyJS doesn't support IE8. There's a few problems that we'll see: IE8's non-standard...