update
This commit is contained in:
+2
-1
@@ -1,7 +1,7 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import vue from '@vitejs/plugin-vue';
|
||||
import { resolve } from 'path';
|
||||
|
||||
import vueJsx from '@vitejs/plugin-vue-jsx';
|
||||
import postcssPluginPx2rem from 'postcss-plugin-px2rem';
|
||||
import resolveExternalsPlugin from 'vite-plugin-resolve-externals';
|
||||
|
||||
@@ -29,6 +29,7 @@ export default defineConfig({
|
||||
resolveExternalsPlugin({
|
||||
AMap: 'AMap',
|
||||
}),
|
||||
vueJsx(),
|
||||
],
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
|
||||
Reference in New Issue
Block a user