@shijiu/jsview-vue 1.9.645 → 1.9.648
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -62601,7 +62601,8 @@ async function resolveConfig(inlineConfig, command, defaultMode = 'development')
|
|
|
62601
62601
|
|
|
62602
62602
|
// JsView Added >>>
|
|
62603
62603
|
const jsviewViteConfigPath = path.resolve(__dirname, '..', 'jsview.vite.config.js');
|
|
62604
|
-
const
|
|
62604
|
+
const jsviewViteConfigURL = pathToFileURL(jsviewViteConfigPath);
|
|
62605
|
+
const jsviewViteConfig = (await import(jsviewViteConfigURL));
|
|
62605
62606
|
if (jsviewViteConfig) {
|
|
62606
62607
|
config = mergeConfig(jsviewViteConfig.default, config);
|
|
62607
62608
|
}
|