mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 21:17:30 +00:00
chore: update frontend build for v1.1.81 [skip ci]
This commit is contained in:
20
web/admin-spa/node_modules/unplugin-element-plus/dist/nuxt.js
generated
vendored
Normal file
20
web/admin-spa/node_modules/unplugin-element-plus/dist/nuxt.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
||||
|
||||
var _chunkVTB3FEKNjs = require('./chunk-VTB3FEKN.js');
|
||||
|
||||
// src/nuxt.ts
|
||||
function nuxt_default(options) {
|
||||
this.extendBuild((config) => {
|
||||
config.plugins = config.plugins || [];
|
||||
config.plugins.unshift(_chunkVTB3FEKNjs.src_default.webpack(options));
|
||||
});
|
||||
this.nuxt.hook("vite:extend", (vite) => {
|
||||
vite.config.plugins = vite.config.plugins || [];
|
||||
vite.config.plugins.push(_chunkVTB3FEKNjs.src_default.vite(options));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
exports.default = nuxt_default;
|
||||
|
||||
module.exports = exports.default
|
||||
Reference in New Issue
Block a user