I'm using mxstbr/react-boilerplate that uses the great DllPlugin, but as the application is served by nginx under /admin
, it fails with an 404 when trying to get the reactBoilerplateDeps.dll.js
file from the root url (it hits http://localhost/reactBoilerplateDeps.dll.js
instead of http://localhost/admin/reactBoilerplateDeps.dll.js
).
Is there any similar concept to Webpack's publicPath option on DllPlugin or any way of telling DllPlugin that is being used under a path prefix?