2020-03-02 18:15:00 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`webpack getWebpackConfig() 1`] = `
|
|
|
|
"Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-loader/lib/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"productionMode": true,
|
|
|
|
"transformAssetUrls": Object {
|
|
|
|
"embed": "src",
|
|
|
|
"object": "src",
|
|
|
|
"source": "src",
|
|
|
|
"video": "src",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.vue$/i,
|
2020-03-02 18:15:00 +00:00
|
|
|
}"
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`webpack nuxt webpack devtool 1`] = `
|
|
|
|
"false
|
|
|
|
"
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`webpack nuxt webpack module.rules 1`] = `
|
|
|
|
"Array [
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-loader/lib/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"productionMode": true,
|
|
|
|
"transformAssetUrls": Object {
|
|
|
|
"embed": "src",
|
|
|
|
"object": "src",
|
|
|
|
"source": "src",
|
|
|
|
"video": "src",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.vue$/i,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"oneOf": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"resourceQuery": /^\\?vue/i,
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "pug-plain-loader",
|
|
|
|
"options": Object {},
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"use": Array [
|
|
|
|
"raw-loader",
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "pug-plain-loader",
|
|
|
|
"options": Object {},
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.pug$/i,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"exclude": [Function exclude],
|
|
|
|
"test": /\\.(c|m)?jsx?$/i,
|
|
|
|
"type": "javascript/auto",
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/babel-loader/lib/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"babelrc": false,
|
|
|
|
"cacheDirectory": false,
|
|
|
|
"configFile": false,
|
|
|
|
"envName": "client",
|
|
|
|
"presets": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Array [
|
2023-05-19 11:51:26 +00:00
|
|
|
"<nuxtDir>/packages/babel-preset-app/src/index.js",
|
2020-07-27 13:36:46 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"corejs": Object {
|
|
|
|
"version": 3,
|
2020-07-27 13:36:46 +00:00
|
|
|
},
|
|
|
|
},
|
2020-03-02 18:15:00 +00:00
|
|
|
],
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"oneOf": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"resourceQuery": /module/,
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"localIdentName": "[local]_[hash:base64:5]",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"compileType": "icss",
|
2021-03-22 10:30:19 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.css$/i,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"oneOf": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"resourceQuery": /module/,
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"localIdentName": "[local]_[hash:base64:5]",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"compileType": "icss",
|
2021-03-22 10:30:19 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.p(ost)?css$/i,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"oneOf": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"resourceQuery": /module/,
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"localIdentName": "[local]_[hash:base64:5]",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "less-loader",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"compileType": "icss",
|
2021-03-22 10:30:19 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "less-loader",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.less$/i,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"oneOf": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"resourceQuery": /module/,
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"localIdentName": "[local]_[hash:base64:5]",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/sass-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"sassOptions": Object {
|
|
|
|
"indentedSyntax": true,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"compileType": "icss",
|
2021-03-22 10:30:19 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/sass-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"sassOptions": Object {
|
|
|
|
"indentedSyntax": true,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.sass$/i,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"oneOf": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"resourceQuery": /module/,
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"localIdentName": "[local]_[hash:base64:5]",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/sass-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"compileType": "icss",
|
2021-03-22 10:30:19 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/sass-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.scss$/i,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"oneOf": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"resourceQuery": /module/,
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"localIdentName": "[local]_[hash:base64:5]",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "stylus-loader",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-style-loader/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/css-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"importLoaders": 2,
|
|
|
|
"modules": Object {
|
|
|
|
"compileType": "icss",
|
2021-03-22 10:30:19 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
|
|
|
"url": [Function isUrlResolvingEnabled],
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/postcss-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"postcssOptions": Object {
|
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-import",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-clamp",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"clear": [Function makeTransform],
|
|
|
|
"float": [Function makeTransform],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-float-and-clear",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-ic-unit",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"resize": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical-resize",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-logical-viewport-units",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-nested-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-oklab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"opacity": [Function opacity],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-opacity-percentage",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-text-decoration-shorthand",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-unset-value",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-media",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-custom-properties",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-image-set-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"AtRule": Object {
|
|
|
|
"media": [Function media],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-media-minmax",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"AtRule": [Function AtRule],
|
|
|
|
"postcssPlugin": "postcss-media-queries-aspect-ratio-number-values",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-pseudo-class-any-link",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"postcssPlugin": "postcss-attribute-case-insensitive",
|
|
|
|
"prepare": [Function prepare],
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Rule": [Function Rule],
|
|
|
|
"postcssPlugin": "postcss-selector-not",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"Declaration": Object {
|
|
|
|
"block-size": [Function anonymous],
|
|
|
|
"border-block": [Function anonymous],
|
|
|
|
"border-block-color": [Function anonymous],
|
|
|
|
"border-block-end": [Function anonymous],
|
|
|
|
"border-block-end-color": [Function anonymous],
|
|
|
|
"border-block-end-style": [Function anonymous],
|
|
|
|
"border-block-end-width": [Function anonymous],
|
|
|
|
"border-block-start": [Function anonymous],
|
|
|
|
"border-block-start-color": [Function anonymous],
|
|
|
|
"border-block-start-style": [Function anonymous],
|
|
|
|
"border-block-start-width": [Function anonymous],
|
|
|
|
"border-block-style": [Function anonymous],
|
|
|
|
"border-block-width": [Function anonymous],
|
|
|
|
"border-end-end-radius": [Function anonymous],
|
|
|
|
"border-end-start-radius": [Function anonymous],
|
|
|
|
"border-inline": [Function anonymous],
|
|
|
|
"border-inline-color": [Function anonymous],
|
|
|
|
"border-inline-end": [Function anonymous],
|
|
|
|
"border-inline-end-color": [Function anonymous],
|
|
|
|
"border-inline-end-style": [Function anonymous],
|
|
|
|
"border-inline-end-width": [Function anonymous],
|
|
|
|
"border-inline-start": [Function anonymous],
|
|
|
|
"border-inline-start-color": [Function anonymous],
|
|
|
|
"border-inline-start-style": [Function anonymous],
|
|
|
|
"border-inline-start-width": [Function anonymous],
|
|
|
|
"border-inline-style": [Function anonymous],
|
|
|
|
"border-inline-width": [Function anonymous],
|
|
|
|
"border-start-end-radius": [Function anonymous],
|
|
|
|
"border-start-start-radius": [Function anonymous],
|
|
|
|
"caption-side": [Function anonymous],
|
|
|
|
"inline-size": [Function anonymous],
|
|
|
|
"inset": [Function anonymous],
|
|
|
|
"inset-block": [Function anonymous],
|
|
|
|
"inset-block-end": [Function anonymous],
|
|
|
|
"inset-block-start": [Function anonymous],
|
|
|
|
"inset-inline": [Function anonymous],
|
|
|
|
"inset-inline-end": [Function anonymous],
|
|
|
|
"inset-inline-start": [Function anonymous],
|
|
|
|
"margin-block": [Function anonymous],
|
|
|
|
"margin-block-end": [Function anonymous],
|
|
|
|
"margin-block-start": [Function anonymous],
|
|
|
|
"margin-inline": [Function anonymous],
|
|
|
|
"margin-inline-end": [Function anonymous],
|
|
|
|
"margin-inline-start": [Function anonymous],
|
|
|
|
"max-block-size": [Function anonymous],
|
|
|
|
"max-inline-size": [Function anonymous],
|
|
|
|
"min-block-size": [Function anonymous],
|
|
|
|
"min-inline-size": [Function anonymous],
|
|
|
|
"padding-block": [Function anonymous],
|
|
|
|
"padding-block-end": [Function anonymous],
|
|
|
|
"padding-block-start": [Function anonymous],
|
|
|
|
"padding-inline": [Function anonymous],
|
|
|
|
"padding-inline-end": [Function anonymous],
|
|
|
|
"padding-inline-start": [Function anonymous],
|
|
|
|
"text-align": [Function anonymous],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-logical",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-dir-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-initial",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-04-06 12:36:07 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gradients-interpolation-method",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-mix-function",
|
2023-04-06 12:36:07 +00:00
|
|
|
},
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-functional-notation",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-double-position-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-hex-alpha",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-hwb-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-lab-function",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-color-rebeccapurple",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-page-break",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Once": [Function Once],
|
|
|
|
"postcssPlugin": "postcss-font-variant",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-is-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-scope-pseudo-class",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-gap-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-overflow-shorthand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": Object {
|
|
|
|
"overflow-wrap": [Function overflow-wrap],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-replace-overflow-wrap",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-place",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-system-ui-font",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-stepped-value-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"Declaration": [Function Declaration],
|
|
|
|
"postcssPlugin": "postcss-trigonometric-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-cascade-layers",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"browsers": undefined,
|
|
|
|
"info": [Function info],
|
|
|
|
"options": Object {
|
|
|
|
"overrideBrowserslist": undefined,
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "autoprefixer",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"RuleExit": [Function RuleExit],
|
|
|
|
"postcssPlugin": "postcss-progressive-custom-properties",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-preset-env",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Processor {
|
2023-05-19 11:51:26 +00:00
|
|
|
"plugins": Array [
|
2023-02-02 15:13:28 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-comments",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-gradients",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-initial",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-svgo",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-display-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-reduce-transforms",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-colormin",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-timing-functions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-calc",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-convert-values",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-ordered-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-minify-params",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-charset",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-discard-overridden",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-string",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-unicode",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-minify-font-values",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-url",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-normalize-repeat-style",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-positions",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-normalize-whitespace",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-merge-longhand",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-duplicates",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"postcssPlugin": "postcss-merge-rules",
|
|
|
|
"prepare": [Function prepare],
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-discard-empty",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "postcss-unique-selectors",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "css-declaration-sorter",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"OnceExit": [Function OnceExit],
|
|
|
|
"postcssPlugin": "cssnano-util-raw-cache",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"version": "8.4.23",
|
2023-02-02 15:13:28 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "stylus-loader",
|
|
|
|
"options": Object {
|
|
|
|
"sourceMap": false,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.styl(us)?$/i,
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.(png|jpe?g|gif|svg|webp|avif)$/i,
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/url-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"limit": 1000,
|
|
|
|
"name": "img/[name].[contenthash:7].[ext]",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.(woff2?|eot|ttf|otf)(\\?.*)?$/i,
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/url-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"limit": 1000,
|
|
|
|
"name": "fonts/[name].[contenthash:7].[ext]",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.(webm|mp4|ogv)$/i,
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/file-loader/dist/cjs.js",
|
|
|
|
"options": Object {
|
|
|
|
"esModule": false,
|
|
|
|
"name": "videos/[name].[contenthash:7].[ext]",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
]
|
|
|
|
"
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`webpack nuxt webpack module.rules loader=.*-loader 1`] = `
|
|
|
|
"Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-loader/lib/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"productionMode": true,
|
|
|
|
"transformAssetUrls": Object {
|
|
|
|
"embed": "src",
|
|
|
|
"object": "src",
|
|
|
|
"source": "src",
|
|
|
|
"video": "src",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.vue$/i,
|
2020-03-02 18:15:00 +00:00
|
|
|
}
|
|
|
|
"
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`webpack nuxt webpack module.rules loader=vue- 1`] = `
|
|
|
|
"Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/vue-loader/lib/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"productionMode": true,
|
|
|
|
"transformAssetUrls": Object {
|
|
|
|
"embed": "src",
|
|
|
|
"object": "src",
|
|
|
|
"source": "src",
|
|
|
|
"video": "src",
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
},
|
2023-05-19 11:51:26 +00:00
|
|
|
"test": /\\.vue$/i,
|
2020-03-02 18:15:00 +00:00
|
|
|
}
|
|
|
|
"
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`webpack nuxt webpack module.rules test=.jsx 1`] = `
|
|
|
|
"Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"exclude": [Function exclude],
|
|
|
|
"test": /\\.(c|m)?jsx?$/i,
|
|
|
|
"type": "javascript/auto",
|
|
|
|
"use": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "<nuxtDir>/node_modules/babel-loader/lib/index.js",
|
|
|
|
"options": Object {
|
|
|
|
"babelrc": false,
|
|
|
|
"cacheDirectory": false,
|
|
|
|
"configFile": false,
|
|
|
|
"envName": "client",
|
|
|
|
"presets": Array [
|
2020-03-02 18:15:00 +00:00
|
|
|
Array [
|
2023-05-19 11:51:26 +00:00
|
|
|
"<nuxtDir>/packages/babel-preset-app/src/index.js",
|
2020-07-27 13:36:46 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"corejs": Object {
|
|
|
|
"version": 3,
|
2020-07-27 13:36:46 +00:00
|
|
|
},
|
|
|
|
},
|
2020-03-02 18:15:00 +00:00
|
|
|
],
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|
|
|
|
"
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`webpack nuxt webpack nuxt webpack module rules test=.pug oneOf use.0=raw 1`] = `
|
|
|
|
"Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"use": Array [
|
|
|
|
"raw-loader",
|
2020-03-02 18:15:00 +00:00
|
|
|
Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"loader": "pug-plain-loader",
|
|
|
|
"options": Object {},
|
2020-03-02 18:15:00 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|
|
|
|
"
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`webpack nuxt webpack resolve alias 1`] = `
|
|
|
|
"Object {
|
2023-05-19 11:51:26 +00:00
|
|
|
"@": "<nuxtDir>/resolve",
|
|
|
|
"@@": "<nuxtDir>/resolve",
|
|
|
|
"assets": "<nuxtDir>/resolve/assets",
|
|
|
|
"static": "<nuxtDir>/resolve/static",
|
|
|
|
"vue-meta": "<nuxtDir>/node_modules/vue-meta/dist/vue-meta.esm.browser.js",
|
|
|
|
"~": "<nuxtDir>/resolve",
|
|
|
|
"~~": "<nuxtDir>/resolve",
|
2020-03-02 18:15:00 +00:00
|
|
|
}
|
|
|
|
"
|
|
|
|
`;
|