Enhances html-webpack-plugin functionality with different deployment options for your scripts including 'async', 'preload', 'prefetch', 'defer', 'module', custom attributes, and inlining.
It looks like 1.6.0 published to npm misses ./lib directory
I get the following error:
Cannot find module './lib/plugin.js'
at Function.Module._resolveFilename (module.js:440:15)
at Function.Module._load (module.js:388:25)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
......
It looks like 1.6.0 published to npm misses ./lib directory
I get the following error:
Cannot find module './lib/plugin.js' at Function.Module._resolveFilename (module.js:440:15) at Function.Module._load (module.js:388:25) at Module.require (module.js:468:17) at require (internal/module.js:20:19) ......