Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 398 Bytes

File metadata and controls

12 lines (8 loc) · 398 Bytes

General: Webpack Universal Config

This example demonstrates using a webpack config containing a target: web config and target:node config.

npm run webpack-dev-server -- --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 [client.js, server.js]: Success!.