1 | function _assertThisInitialized(self) {
2 | if (self === void 0) {
3 | throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
| ^
4 | }
5 |
6 | return self;
WebpackError: /public/render-page.js:13592
Hi, I have built a subscribe form using this plugin and it worked fine on dev mode. But I am getting error on build command. Please check the above issue and let me know your thoughts.
Thanks
1 | function _assertThisInitialized(self) {
2 | if (self === void 0) {
3 | throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
| ^
4 | }
5 |
6 | return self;
WebpackError: /public/render-page.js:13592
Hi, I have built a subscribe form using this plugin and it worked fine on dev mode. But I am getting error on build command. Please check the above issue and let me know your thoughts.
Thanks