版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

12345678910111213141516171819
  1. 'use strict';
  2. const index = require('./index.cjs');
  3. require('unplugin');
  4. require('pathe');
  5. require('debug');
  6. require('fast-glob');
  7. require('@intlify/shared');
  8. require('@rollup/pluginutils');
  9. require('@intlify/bundle-utils');
  10. require('@vue/compiler-sfc');
  11. require('json5');
  12. require('js-yaml');
  13. require('fs');
  14. require('picocolors');
  15. const vite = index.unplugin.vite;
  16. module.exports = vite;