When I include jquery.flot.resize.js via webpack, "Uncaught TypeError: e.setTimeout is not a function" is generated.
Here is my code.
import "jquery.flot/jquery.flot.js";
import "jquery.flot/jquery.flot.resize.js";
That makes type error in browser console like this.
Uncaught TypeError: e.setTimeout is not a function
If it load the same javascript with tag, it works well. The error only occurs on webpack.