toBeTheLight / vue-ssr-learning

🍳learning by doing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(node:6628) DeprecationWarning

borodadada opened this issue · comments

(node:6628) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead
server started at http://127.0.0.1:80

Hello, i have this warning.
Cool project (clear) but you miss css loader
{ test: /\.css$/, use: [ 'vue-style-loader', { loader: 'css-loader', options: { modules: true, localIdentName: '[local]_[hash:base64:8]' } } ] },

@borodadada
I have configured less-loader for less files. Maybe the warning is caused by using extract-text-webpack-plugin in webpack4 (having not seen your project, I guess). Having a try with mini-css-extract-plugin may be helpful.

i dont have extract-text-webpack-plugin and mini-css-extract-plugin
this is my dependencies
https://image.ibb.co/b74Fxo/1.png