Guest User

Untitled

a guest
Dec 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. module.exports = {
  2. module: {
  3. rules: [
  4. {
  5. test: /.less$/,
  6. loader: 'less-loader'
  7. }
  8. ]
  9. }
  10. };
  11.  
  12. ERROR in Entry module not found: Error: Can't resolve './src' in 'xxxx'
Add Comment
Please, Sign In to add comment