The use of this package generates error with htmlwebpackplugin
Closed this issue · 1 comments
alexrqs commented
reference this plugin on webpack configuration generates this output
ERROR in Template execution failed: ReferenceError: htmlWebpackPlugin is not defined
ERROR in ReferenceError: htmlWebpackPlugin is not defined
- loader.js:4 module.exports
/home/alex/code/video-test/src/index.ejs?./~/html-webpack-plugin/lib/loader.js:4:11
- index.js:255
[video-test]/[html-webpack-plugin]/index.js:255:16
- util.js:16 tryCatcher
[video-test]/[bluebird]/js/release/util.js:16:23
- promise.js:504 Promise._settlePromiseFromHandler
[video-test]/[bluebird]/js/release/promise.js:504:31
- promise.js:561 Promise._settlePromise
[video-test]/[bluebird]/js/release/promise.js:561:18
- promise.js:598 Promise._settlePromiseCtx
[video-test]/[bluebird]/js/release/promise.js:598:10
- async.js:143 Async._drainQueue
[video-test]/[bluebird]/js/release/async.js:143:12
- async.js:148 Async._drainQueues
[video-test]/[bluebird]/js/release/async.js:148:10
- async.js:17 Immediate.Async.drainQueues [as _onImmediate]
[video-test]/[bluebird]/js/release/async.js:17:14
also referenced here:
jantimon/html-webpack-plugin#323
okonet commented
Not sure what this has to do with html webpack plugin. Closing until I get instructions to reproduce.