|
...
|
...
|
@@ -8,7 +8,7 @@ import uniReadPagesV3Plugin from './sheep/router/utils/uni-read-pages-v3'; |
|
|
|
import mpliveMainfestPlugin from './sheep/libs/mplive-manifest-plugin';
|
|
|
|
|
|
|
|
// https://vitejs.dev/config/
|
|
|
|
export default (command, mode) => {
|
|
|
|
export default ({ command, mode }) => {
|
|
|
|
const env = loadEnv(mode, __dirname, 'SHOPRO_');
|
|
|
|
return {
|
|
|
|
envPrefix: 'SHOPRO_',
|
...
|
...
|
|