One of my pages is require-ing an AMD module. This works fine at runtime, when Webpack is in charge, but when pre-rendering using this plugin I'm getting an error; define is not defined.
I'm not sure I understand exactly how this plugin works, but would it be possible to add Webpack and/or UMD support?
One of my pages is
require
-ing an AMD module. This works fine at runtime, when Webpack is in charge, but when pre-rendering using this plugin I'm getting an error;define is not defined
.I'm not sure I understand exactly how this plugin works, but would it be possible to add Webpack and/or UMD support?
Thanks