Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 272 Bytes

File metadata and controls

14 lines (10 loc) · 272 Bytes

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'