You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin is fine when using without dynamic imports in Webpack – using chunkFilename. However, as soon as you try to build it with dynamic imports I get:
ERROR in ./node_modules/pdfkit/js/document.js
Module build failed: Error: /node_modules/pdfkit/js/document.js: Could not statically evaluate how the fs module was required/imported.
The text was updated successfully, but these errors were encountered:
Plugin is fine when using without dynamic
import
s in Webpack – usingchunkFilename
. However, as soon as you try to build it with dynamicimport
s I get:The text was updated successfully, but these errors were encountered: