Skip to content

Files

Latest commit

1dcfb6b · Feb 18, 2019

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 27, 2018
Oct 19, 2018
Feb 18, 2019

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'