Skip to content

fe-tmpl/simple-commonjs-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Webpack Demo

Description

Webpack Hello-world Demo.

With this sample project you can notice webpack sample config, bundle file output.

Usage

Dependencies Installation

npm i

Run & Check in your browser

npm start

Then check in your browser

http://127.0.0.1:3001

You will see

Load foo.js
Load bar.js
Load main.js

Sequence show in html content.

If you open your browser dev console (Press F12 in Chrome), you can see the console.log() from app/foo.js, app/bar.js, main.js shows by the required sequence.

Releases

No releases published

Packages

No packages published