numical / script-ext-html-webpack-plugin

Enhances html-webpack-plugin functionality with different deployment options for your scripts including 'async', 'preload', 'prefetch', 'defer', 'module', custom attributes, and inlining.
MIT License
588 stars 105 forks source link

1.6.0 npm package mistake #10

Closed DyckGerman closed 7 years ago

DyckGerman commented 7 years ago

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) ......

numical commented 7 years ago

Eek! Stupid error on my part. Sorry. Fixed now in v1.6.2.