Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- 'use strict';
-
- const index = require('./index.cjs');
- require('unplugin');
- require('pathe');
- require('debug');
- require('fast-glob');
- require('@intlify/shared');
- require('@rollup/pluginutils');
- require('@intlify/bundle-utils');
- require('@vue/compiler-sfc');
- require('json5');
- require('js-yaml');
- require('fs');
- require('picocolors');
-
- const webpack = index.unplugin.webpack;
-
- module.exports = webpack;
|