版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 1 година
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 webpack = index.unplugin.webpack;
  16. module.exports = webpack;