Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

A small sample project to show off webpack-inject-plugin in action.

  • Run webpack in this directory

  • Inspect dist/main.js for the:

console.log('hello world');

statement at the end of the bundle:

cat dist/main.js | grep 'console'