The issue appears between 20.2.2-alpha-20239-0312 (was OK) — 20.2.2-alpha-20254-0313 (not OK)
One other point is that I cannot get any problem to happen locally. Even when I do the same build and enableProdMode() as I do in our TEST environment - it all works fine. No errors at all.
This problem is only occurring when built and released (using Azure DevOps) to Azure. We put the Client Website in Azure Storage and serve it from there.
ie the following causes the problem in Azure - but not locally.
We assume that the issue is related to uglify. People encounter the same error when using uglify:
Issue 1
Uncaught TypeError: Super expression must either be null or a function with BUILD
fix: use terser as uglify throws a super expression error
uglifyjs-webpack: TypeError: Super expression must either be null or a function, not undefined
I replaced Uglify with Terser. Still get the same issue.
Hi again,
We've updated our devextreme-quill package and can no longer reproduce the issue. We've already published this package. So, please remove the node_modules folder from your project and re-install all packages. Our updated package should be installed. Deploy your application to Azure and let us know whether the issue is gone.
We look forward to your reply.
Yes many many thanks. This fixes our problem.
Could not read source map for webpack://DevExpress.Quill/node_modules/quill-delta/dist/Delta.js?: Unexpected 503 response from webpack://DevExpress.Quill/node_modules/quill-delta/dist/Delta.js.map: Unsupported protocol "webpack:"
Could not read source map for webpack://DevExpress.Quill/node_modules/quill-delta/dist/AttributeMap.js?: Unexpected 503 response from webpack://DevExpress.Quill/node_modules/quill-delta/dist/AttributeMap.js.map: Unsupported protocol "webpack:"
Could not read source map for webpack://DevExpress.Quill/node_modules/quill-delta/dist/Iterator.js?: Unexpected 503 response from webpack://DevExpress.Quill/node_modules/quill-delta/dist/Iterator.js.map: Unsupported protocol "webpack:"
Could not read source map for webpack://DevExpress.Quill/node_modules/quill-delta/dist/Op.js?: Unexpected 503 response from webpack://DevExpress.Quill/node_modules/quill-delta/dist/Op.js.map: Unsupported protocol "webpack:"
Hello,
I've created a separate ticket on your behalf (T954173: "Could not read source map for webpack" error with DevExpress Quill). It has been placed in our processing queue and will be answered shortly.