You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
(node:6628) DeprecationWarning: Tapable.plugin is deprecated. Use new API on
.hooks
insteadserver 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]' } } ] },
The text was updated successfully, but these errors were encountered: