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
{{ message }}
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.
/node_modules/webpack-core/lib/ConcatSource.js:24
return typeof item === "string"? item :item.source();
^
TypeError: Cannot read property 'source' of undefined
at /node_modules/webpack-core/lib/ConcatSource.js:24:48
at Array.map (native)
at ConcatSource.source (/node_modules/webpack-core/lib/ConcatSource.js:23:23)
at Compiler.writeOut (/node_modules/webpack/lib/Compiler.js:256:26)
at Compiler.<anonymous> (/node_modules/webpack/lib/Compiler.js:246:20)
at /node_modules/async/lib/async.js:181:20
at Object.async.forEachOf.async.eachOf (/node_modules/async/lib/async.js:233:13)
at Object.async.forEach.async.each (/node_modules/async/lib/async.js:209:22)
at Compiler.emitFiles (/node_modules/webpack/lib/Compiler.js:235:20)
at /node_modules/mkdirp/index.js:48:26
at FSReqWrap.oncomplete (fs.js:82:15)
The text was updated successfully, but these errors were encountered:
Cross-posted from mrsum/webpack-svgstore-plugin#95 as I don't know whose problem it is.
tl;dr Having plugin enabled breaks webpack builds somwhere in
webpack-core/lib/ConcatSource.js
This installs
webpack 1.13.1
Given the following
webpack.config
:Trying to run this results in:
The text was updated successfully, but these errors were encountered: