vbenjs / vite-plugin-html

A vite plugin for processing html. It is developed based on lodash template
MIT License
604 stars 96 forks source link

fix mpa configuration when the base was not empty #123

Open DamonCais opened 1 year ago

DamonCais commented 1 year ago

配置中包含base的情况下,多页配置就会失效。因为createRewire这里生成的正则没有适配base不为空的情况,申请合入。