Urara-Blog/node_modules/.pnpm-store/v3/files/fb/674cad0f52c5fe1baae461f1f6a36a92ae4ab72fc0fe08e0b3d95febb542efb7d47ff9130bb7d6ce7b24ed844c5394277e06b2ace0d2cea8f6fa300810d563
2022-08-14 01:14:53 +08:00

28 lines
669 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
lazyPostcss: ()=>lazyPostcss,
lazyPostcssImport: ()=>lazyPostcssImport,
lazyAutoprefixer: ()=>lazyAutoprefixer,
lazyCssnano: ()=>lazyCssnano
});
function lazyPostcss() {
return require("postcss");
}
function lazyPostcssImport() {
return require("postcss-import");
}
function lazyAutoprefixer() {
return require("autoprefixer");
}
function lazyCssnano() {
return require("cssnano");
}