-
Notifications
You must be signed in to change notification settings - Fork 41
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
Cannot read property 'tapAsync' of undefined #63
Comments
Could you share your webpack config and package.json? |
I had this happen when the path to a HTML template was wrong |
|
Put // order
new HtmlWebpackPlugin({}),
new WebpackCdnPlugin({}), |
Am facing this issue too, i have the following code in my webpack.config file:
|
I also have this problem. How can I resolve this problem? |
Having this issue right now. Really frustrating as this plugin looks very promising. |
I'm no longer using this plugin or webpack altogether, PR is welcome to fix this :) and I'll be happy to merge and deploy as soon as possible. |
It was the BREKING CHANGE of renaming tapAsync hook. fix shirotech#63
It was the BREKING CHANGE of renaming tapAsync hook. fix shirotech#63
I've teste @toshiyuki-rs PR and it worked fine.
|
Got the error "Cannot read property 'tapAsync' of undefined"
The text was updated successfully, but these errors were encountered: