Skip to content

Latest commit

 

History

History

config-array

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

General: Webpack Config Array

This example demonstrates using a webpack config containing an array of configs.

npx webpack serve --open

What Should Happen

  1. The script should open http://localhost:8080/ in your default browser.
  2. You should see the text on the page itself change to read Success!.
  3. Navigate to http://localhost:8080/bundle2.js
  4. The browser should display a minified JavaScript bundle.