Skip to content

Latest commit

 

History

History

02-webpack-asset-management

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Asset Management

Webpack Docs - Asset Management

Key Concepts

  • Load CSS with style-loader and css-loader
  • Load images and other assets like fonts with file-loader
  • Load CSV files with csv-loader and papaparse
  • Load XML files with xml-loader