cordova-template-framework7-vue-webpack
cordova-template-framework7-vue-webpack copied to clipboard
Tapable.plugin is deprecated. Use new API on `.hooks` instead
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"```
any solution?, I have the same error
I want to use it for a new project
@caiobiodere help please