You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
当我npm安装好@supermap/vue-iclient-mapboxgl,其中main.js的代码如下 import './assets/main.css' import { createApp } from 'vue' import VueiClient from '@supermap/vue-iclient-mapboxgl'; import App from './App.vue' const app=creatApp(App) app.use(VueiClient) app.mount('#app')
运行时报错
X [ERROR] No loader is configured for ".vue" files: node_modules/@supermap/vue-iclient-mapboxgl/node_modules/vue-echarts/components/ECharts.vue
node_modules/vue-cesium/lib/utils/mergeDescriptors.js:13:29:
13 │ import mergeDescriptors from 'merge-descriptors';
╵ ~~~~~~~~~~~~~~~~~~~
You can mark the path "merge-descriptors" as external to exclude it from the bundle, which will
remove this error and leave the unresolved path in the bundle.
The text was updated successfully, but these errors were encountered:
当我npm安装好@supermap/vue-iclient-mapboxgl,其中main.js的代码如下
import './assets/main.css' import { createApp } from 'vue' import VueiClient from '@supermap/vue-iclient-mapboxgl'; import App from './App.vue' const app=creatApp(App) app.use(VueiClient) app.mount('#app')
运行时报错
X [ERROR] No loader is configured for ".vue" files: node_modules/@supermap/vue-iclient-mapboxgl/node_modules/vue-echarts/components/ECharts.vue
X [ERROR] Could not resolve "merge-descriptors"
You can mark the path "merge-descriptors" as external to exclude it from the bundle, which will
remove this error and leave the unresolved path in the bundle.
The text was updated successfully, but these errors were encountered: