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'
Name | Name | 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'