We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f896ec commit 15d0fefCopy full SHA for 15d0fef
src/index.ts
@@ -78,7 +78,7 @@ function vitePluginCesium(
78
79
configureServer({ middlewares }) {
80
const cesiumPath = path.join(cesiumBuildRootPath, devMinifyCesium ? 'Cesium' : 'CesiumUnminified');
81
- middlewares.use(path.join('/', CESIUM_BASE_URL), serveStatic(cesiumPath));
+ middlewares.use(path.posix.join('/', CESIUM_BASE_URL), serveStatic(cesiumPath));
82
},
83
84
async closeBundle() {
0 commit comments