Skip to content
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

(node:6628) DeprecationWarning #1

Closed
borodadada opened this issue May 18, 2018 · 3 comments
Closed

(node:6628) DeprecationWarning #1

borodadada opened this issue May 18, 2018 · 3 comments

Comments

@borodadada
Copy link

(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]' } } ] },

@toBeTheLight
Copy link
Owner

toBeTheLight commented Jun 2, 2018

@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.

@borodadada
Copy link
Author

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

@toBeTheLight
Copy link
Owner

toBeTheLight commented Jun 10, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants