Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure webpack paths include a trailing slash (#285)
Prior to #297, the following paths would always end with a slash: - `webpackOptions.output.publicPath` - `webpackOptions.output.publicPath` - `webpackMiddlewareOptions.publicPath` Fixes #284
- Loading branch information