fingerpan / vue-cli-plugin-dll

Vue CLI 3 plugin for Webpack DllPlugin/DllReferencePlugin
MIT License
76 stars 22 forks source link

bug fix, the inject dll js file path should be absolute #29

Closed lywzx closed 5 years ago

lywzx commented 5 years ago

hello, i found bug and fixed it. i changed the file src/helper.js at line 158, change publicPath to absolute.

fingerpan commented 5 years ago

thank you