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
Install the plugin with nuxt 2.17.2 with webpack 4.47.0, an error message of "Error: Content and Map of this Source is no longer available (only size() is supported)" appeared
To reproduce
Steps to reproduce the behaviour:
Install the plugin with nuxt 2.17.2 with webpack 4.47.0
RUN npm run build
See error message
/app/node_modules/webpack/lib/Compiler.js:713
throw this._error();
^
Error: Content and Map of this Source is no longer available (only size() is supported)
at SizeOnlySource._error (/app/node_modules/webpack/lib/Compiler.js:699:10)
at SizeOnlySource.source (/app/node_modules/webpack/lib/Compiler.js:713:14)
at writeOut (/app/node_modules/webpack/lib/Compiler.js:417:39)
at Immediate.<anonymous> (/app/node_modules/memory-fs/lib/MemoryFileSystem.js:308:4)
at process.processImmediate (node:internal/timers:476:21)
Expected behaviour
Build should be successful with file copied
Screenshots
N/A
Versions
Plugin version: v1.1.0
Craft version: N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Install the plugin with nuxt 2.17.2 with webpack 4.47.0, an error message of "Error: Content and Map of this Source is no longer available (only size() is supported)" appeared
To reproduce
Steps to reproduce the behaviour:
Expected behaviour
Build should be successful with file copied
Screenshots
N/A
Versions
The text was updated successfully, but these errors were encountered: