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
The terminal info like '
Module build failed: Error: Failed to find '~normalize.css/normalize.css'
in [
D:\work\vue-layui\src\components
]
'
the vue-loader didn't load the file from node_modules,it's from 'src'.
when i use the relative path @import '../node_modules/normalize.css/normalize.css' it's normal!