cordova-template-framework7-vue-webpack icon indicating copy to clipboard operation
cordova-template-framework7-vue-webpack copied to clipboard

Tapable.plugin is deprecated. Use new API on `.hooks` instead

Open imrealashu opened this issue 4 years ago • 1 comments

Webpack build completed to www folder successfully! Error happened on main chain: Error: Error happened when webpack build: Error: Command failed: "/Users/imrealashu/Playground/framework7-vue/node_modules/.bin/webpack" (node:8813) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead

at /Users/imrealashu/Playground/framework7-vue/hooks/hookers.js:184:34
at ChildProcess.exithandler (child_process.js:302:5)
at ChildProcess.emit (events.js:223:5)
at maybeClose (internal/child_process.js:1021:16)
at Socket.<anonymous> (internal/child_process.js:430:11)
at Socket.emit (events.js:223:5)
at Pipe.<anonymous> (net.js:664:12)

Error happened when webpack build: Error: Command failed: "/Users/imrealashu/Playground/framework7-vue/node_modules/.bin/webpack" (node:8813) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead

npm list tapable

│ └── [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]  deduped
│ └── [email protected]  deduped
└─┬ [email protected]
  └─┬ [email protected]
    └── [email protected]  deduped```

Package JSON Dependencies

```"html-webpack-plugin": "^3.2.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1",
"webpack-merge": "^4.2.2"```

imrealashu avatar Jun 05 '20 08:06 imrealashu

any solution?, I have the same error I want to use it for a new project 36 37

@caiobiodere help please

rtaparay avatar Jun 11 '22 01:06 rtaparay