Guest User

Untitled

a guest
Jun 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. test: /.(png|jp(e*)g|svg|gif)$/,
  3. use: [
  4. {
  5. loader: 'url-loader',
  6. options: {
  7. limit: 8000
  8. }
  9. }
  10. ]
  11. },
  12.  
  13. <img src="images/exampleimage.png" alt="">
  14. <img src="images/exampleimage.png" alt="">
  15. <img src="images/exampleimage.png" alt="">
  16. <img src="images/exampleimage.png" alt="">
  17. <img src="images/exampleimage.png" alt="">
  18. <img src="images/exampleimage.png" alt="">
  19. <img src="images/exampleimage.png" alt="">
Add Comment
Please, Sign In to add comment