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 May 29, 2019. It is now read-only.
It happen when use webpack-dev-server with System.import in a bundle file and change a file. Then this error happens:
xxx/node_modules/extract-text-webpack-plugin/index.js:22
if(c.initial) return;
^
TypeError: Cannot read property 'initial' of undefined
at ExtractTextPlugin.<anonymous> (xxx/node_modules/extract-text-webpack-plugin/index.js:22:8)
at Array.forEach (native)
at ExtractTextPlugin.mergeNonInitialChunks (xxx/node_modules/extract-text-webpack-plugin/index.js:21:16)
at ExtractTextPlugin.<anonymous> (xxx/node_modules/extract-text-webpack-plugin/index.js:275:12)
at Array.forEach (native)
at ExtractTextPlugin.<anonymous> (xxx/node_modules/extract-text-webpack-plugin/index.js:273:21)
at xxx/node_modules/async/lib/async.js:52:16
at Object.async.forEachOf.async.eachOf (xxx/node_modules/async/lib/async.js:236:30)
It happen when use webpack-dev-server with System.import in a bundle file and change a file. Then this error happens:
Output chunk.chunks:
The text was updated successfully, but these errors were encountered: