Cannot read property 'tapAsync' of undefined
See original GitHub issueUsing index.js
from https://github.com/DustinJackson/html-webpack-inline-source-plugin/pull/55/files works just fine.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:8
Top Results From Across the Web
Cannot read property 'tapAsync' of undefined ... - Stack Overflow
The problem for me is that, i was using webpack 5 beta, story book was using webpack 4, it is the clause between...
Read more >TypeError: Cannot read property 'tapAsync' of undefined #1377
error log points to a different library of "html-webpack-preconnect-plugin" but the error only happens when I update "html-webpack-plugin" ...
Read more >[Solved]-Cannot read property 'tapAsync' of undefined at ...
Coding example for the question Cannot read property 'tapAsync' of undefined at ExternalModuleFactoryPlugin.js:30-Reactjs.
Read more >解决Cannot read property 'tapAsync' of undefined 问题过程
TypeError : Cannot read property 'tapAsync' of undefined. at ExternalModuleFactoryPlugin.apply (D:\Java\workspace-idea\opt\pspcallcenterui\ ...
Read more >TypeError: Cannot read property 'tapAsync' of undefined
TypeError : Cannot read property 'tapAsync' of undefined. 背景:. 在运行一个Vue项目时,出现了该报错信息. ERROR Failed to compile with 1 error 15: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@paambaati as Sangdt said, it’s fixed in the linked pull request. To use it, you have to specify the 1.0.0-beta.2 version in your package.json as of now, and pass the
HtmlWebpackPlugin
likenew HtmlWebpackInlineSourcePlugin(HtmlWebpackPlugin)
. With this setup, it works fine.For me it throw
AssertionError [ERR_ASSERTION]: The HtmlWebpackInlineSourcePlugin does not accept any options