Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in chunk manifest[entry] #45

Open
GoDotDotDot opened this issue Jul 25, 2017 · 2 comments
Open

Error in chunk manifest[entry] #45

GoDotDotDot opened this issue Jul 25, 2017 · 2 comments

Comments

@GoDotDotDot
Copy link

GoDotDotDot commented Jul 25, 2017

When I run npm run dev with my webpack.config.js,I see thoes error info:

ERROR in chunk manifest [entry]
js/[name]-[chunkhash].bundle.js
Chunk.entry was removed. Use hasRuntime()
Error: Chunk.entry was removed. Use hasRuntime()
    at Chunk.get entry [as entry] (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\webpack\lib\Chunk.js:49:9)
    at registerChunk (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\chunk-manifest-webpack-plugin\lib\ChunkManifestPlugin.js:28:73)
    at Array.reduce (native)
    at registerChunk (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\chunk-manifest-webpack-plugin\lib\ChunkManifestPlugin.js:36:27)
    at Array.reduce (native)
    at MainTemplate.<anonymous> (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\chunk-manifest-webpack-plugin\lib\ChunkManifestPlugin.js:25:33)
    at MainTemplate.applyPluginsWaterfall (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\tapable\lib\Tapable.js:92:24)
    at MainTemplate.plugin (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\webpack\lib\MainTemplate.js:106:31)
    at MainTemplate.applyPluginsWaterfall (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\tapable\lib\Tapable.js:92:24)
    at MainTemplate.render (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\webpack\lib\MainTemplate.js:175:31)
    at Compilation.createChunkAssets (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\webpack\lib\Compilation.js:1254:34)
    at sealPart2 (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\webpack\lib\Compilation.js:629:10)
    at next (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\tapable\lib\Tapable.js:184:11)
    at D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\extract-text-webpack-plugin\dist\index.js:241:13
    at D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\async\dist\async.js:421:16
    at iteratorCallback (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\async\dist\async.js:998:13)
    at D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\async\dist\async.js:906:16
    at D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\extract-text-webpack-plugin\dist\index.js:224:15
    at D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\async\dist\async.js:421:16
    at eachOfArrayLike (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\async\dist\async.js:991:9)
    at eachOf (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\async\dist\async.js:1051:5)
    at Object.eachLimit (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\async\dist\async.js:3145:5)
    at D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\extract-text-webpack-plugin\dist\index.js:189:29
    at D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\async\dist\async.js:3083:16
    at eachOfArrayLike (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\async\dist\async.js:1003:9)
    at eachOf (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\async\dist\async.js:1051:5)
    at Object.eachLimit (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\async\dist\async.js:3145:5)
    at Compilation.<anonymous> (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\extract-text-webpack-plugin\dist\index.js:184:27)
    at Compilation.applyPluginsAsyncSeries (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\tapable\lib\Tapable.js:188:13)
    at Compilation.seal (D:\CHUKUI\WORK\PROJECTS\MD-PRO02\node_modules\webpack\lib\Compilation.js:579:8)

And my project repo on there click here

Who can help me to resolve this?thanks.

@ramrami
Copy link

ramrami commented Jul 26, 2017

I already opened an issue for this problem #43 . Downgrading to v1.1.0 worked for me.

@SpainTrain
Copy link

fixed in 1.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants