File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1023,14 +1023,8 @@ module.exports = {
10231023
10241024### Export into HTML files  
10251025
1026- A very common scenario is exporting the HTML into their own _ .html_  file, to
1027- serve them directly instead of injecting with javascript. This can be achieved
1028- with a combination of 2 loaders:
1029- 
1030- -  [ extract-loader] ( https://github.com/peerigon/extract-loader ) 
1031- -  html-loader
1032- 
1033- and [ ` asset modules ` ] ( https://webpack.js.org/guides/asset-modules/ ) 
1026+ A very common scenario is exporting the HTML into their own _ .html_  file, to serve them directly instead of injecting with javascript.
1027+ This can be achieved with a combination of html-loader and [ ` asset modules ` ] ( https://webpack.js.org/guides/asset-modules/ ) .
10341028
10351029The html-loader will parse the URLs, require the images and everything you
10361030expect. The extract loader will parse the javascript back into a proper html
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments