Hi, I'm trying to include this plugin in my webpack configuration but it is throwing this error:
Warn: PP0023: Program may terminate with exception: require is not defined ReferenceError at server.js:22302:18 at __webpack_require__ (server.js:20:12) at server.js:22293:1 at __webpack_require__ (server.js:20:12) at server.js:84:18 at server.js:1:10 at 22302:17 to 22302:24 Error
I'm using babel and I've removed Uglify to avoid any incompatibility
Thanks
Hi, I'm trying to include this plugin in my webpack configuration but it is throwing this error:
Warn: PP0023: Program may terminate with exception: require is not defined ReferenceError at server.js:22302:18 at __webpack_require__ (server.js:20:12) at server.js:22293:1 at __webpack_require__ (server.js:20:12) at server.js:84:18 at server.js:1:10 at 22302:17 to 22302:24 ErrorI'm using babel and I've removed Uglify to avoid any incompatibility
Thanks