How to inject my dll.bundle.js
to index.html
file?
In chrome console, it throws an error:
Uncaught ReferenceError: vendor is not defined
and
Uncaught TypeError: webpack_require(...) is not a function error.
It's because of my Dll
does not inject to index.html
file
I don't want to use express or node server to host my static file. I just want to use webpack-dev-server
. How can I do that with Dll
bundle?