mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
454a9af242
Co-authored-by: Daniel Roe <daniel@roe.dev>
5241 lines
248 KiB
Plaintext
5241 lines
248 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`webpack getWebpackConfig() 1`] = `
|
|
"Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-loader/lib/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"productionMode\\": true,
|
|
\\"transformAssetUrls\\": Object {
|
|
\\"embed\\": \\"src\\",
|
|
\\"object\\": \\"src\\",
|
|
\\"source\\": \\"src\\",
|
|
\\"video\\": \\"src\\",
|
|
},
|
|
},
|
|
\\"test\\": /\\\\.vue$/i,
|
|
}"
|
|
`;
|
|
|
|
exports[`webpack nuxt webpack devtool 1`] = `
|
|
"false
|
|
"
|
|
`;
|
|
|
|
exports[`webpack nuxt webpack module.rules 1`] = `
|
|
"Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-loader/lib/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"productionMode\\": true,
|
|
\\"transformAssetUrls\\": Object {
|
|
\\"embed\\": \\"src\\",
|
|
\\"object\\": \\"src\\",
|
|
\\"source\\": \\"src\\",
|
|
\\"video\\": \\"src\\",
|
|
},
|
|
},
|
|
\\"test\\": /\\\\.vue$/i,
|
|
},
|
|
Object {
|
|
\\"oneOf\\": Array [
|
|
Object {
|
|
\\"resourceQuery\\": /^\\\\?vue/i,
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"pug-plain-loader\\",
|
|
\\"options\\": Object {},
|
|
},
|
|
],
|
|
},
|
|
Object {
|
|
\\"use\\": Array [
|
|
\\"raw-loader\\",
|
|
Object {
|
|
\\"loader\\": \\"pug-plain-loader\\",
|
|
\\"options\\": Object {},
|
|
},
|
|
],
|
|
},
|
|
],
|
|
\\"test\\": /\\\\.pug$/i,
|
|
},
|
|
Object {
|
|
\\"exclude\\": [Function exclude],
|
|
\\"test\\": /\\\\.(c|m)?jsx?$/i,
|
|
\\"type\\": \\"javascript/auto\\",
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/babel-loader/lib/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"babelrc\\": false,
|
|
\\"cacheDirectory\\": false,
|
|
\\"configFile\\": false,
|
|
\\"envName\\": \\"client\\",
|
|
\\"presets\\": Array [
|
|
Array [
|
|
\\"<nuxtDir>/packages/babel-preset-app/src/index.js\\",
|
|
Object {
|
|
\\"corejs\\": Object {
|
|
\\"version\\": 3,
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
],
|
|
},
|
|
Object {
|
|
\\"oneOf\\": Array [
|
|
Object {
|
|
\\"resourceQuery\\": /module/,
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"localIdentName\\": \\"[local]_[hash:base64:5]\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
Object {
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"compileType\\": \\"icss\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
],
|
|
\\"test\\": /\\\\.css$/i,
|
|
},
|
|
Object {
|
|
\\"oneOf\\": Array [
|
|
Object {
|
|
\\"resourceQuery\\": /module/,
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"localIdentName\\": \\"[local]_[hash:base64:5]\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
Object {
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"compileType\\": \\"icss\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
],
|
|
\\"test\\": /\\\\.p(ost)?css$/i,
|
|
},
|
|
Object {
|
|
\\"oneOf\\": Array [
|
|
Object {
|
|
\\"resourceQuery\\": /module/,
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"localIdentName\\": \\"[local]_[hash:base64:5]\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"less-loader\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
Object {
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"compileType\\": \\"icss\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"less-loader\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
],
|
|
\\"test\\": /\\\\.less$/i,
|
|
},
|
|
Object {
|
|
\\"oneOf\\": Array [
|
|
Object {
|
|
\\"resourceQuery\\": /module/,
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"localIdentName\\": \\"[local]_[hash:base64:5]\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/sass-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"sassOptions\\": Object {
|
|
\\"indentedSyntax\\": true,
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
Object {
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"compileType\\": \\"icss\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/sass-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"sassOptions\\": Object {
|
|
\\"indentedSyntax\\": true,
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
],
|
|
\\"test\\": /\\\\.sass$/i,
|
|
},
|
|
Object {
|
|
\\"oneOf\\": Array [
|
|
Object {
|
|
\\"resourceQuery\\": /module/,
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"localIdentName\\": \\"[local]_[hash:base64:5]\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/sass-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
Object {
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"compileType\\": \\"icss\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/sass-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
],
|
|
\\"test\\": /\\\\.scss$/i,
|
|
},
|
|
Object {
|
|
\\"oneOf\\": Array [
|
|
Object {
|
|
\\"resourceQuery\\": /module/,
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"localIdentName\\": \\"[local]_[hash:base64:5]\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"stylus-loader\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
Object {
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-style-loader/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/css-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"importLoaders\\": 2,
|
|
\\"modules\\": Object {
|
|
\\"compileType\\": \\"icss\\",
|
|
},
|
|
\\"sourceMap\\": false,
|
|
\\"url\\": [Function isUrlResolvingEnabled],
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/postcss-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"postcssOptions\\": Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-import\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-url\\",
|
|
},
|
|
Object {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-clamp\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-function\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"clear\\": [Function makeTransform],
|
|
\\"float\\": [Function makeTransform],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-float-and-clear\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-ic-unit\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"resize\\": [Function anonymous],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical-resize\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-logical-viewport-units\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-nested-calc\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-oklab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"opacity\\": [Function opacity],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-opacity-percentage\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-text-decoration-shorthand\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-unset-value\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-media\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-custom-properties\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-image-set-function\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": Object {
|
|
\\"custom-media\\": [Function custom-media],
|
|
\\"media\\": [Function media],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-media-minmax\\",
|
|
},
|
|
Object {
|
|
\\"AtRule\\": [Function AtRule],
|
|
\\"postcssPlugin\\": \\"postcss-media-queries-aspect-ratio-number-values\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-pseudo-class-any-link\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-attribute-case-insensitive\\",
|
|
},
|
|
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],
|
|
\\"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],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-logical\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-dir-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-initial\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-functional-notation\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-double-position-gradients\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-hex-alpha\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-hwb-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-lab-function\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-color-rebeccapurple\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-page-break\\",
|
|
},
|
|
Object {
|
|
\\"Once\\": [Function Once],
|
|
\\"postcssPlugin\\": \\"postcss-font-variant\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-is-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Rule\\": [Function Rule],
|
|
\\"postcssPlugin\\": \\"postcss-scope-pseudo-class\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-gap-properties\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-overflow-shorthand\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": Object {
|
|
\\"overflow-wrap\\": [Function overflow-wrap],
|
|
},
|
|
\\"postcssPlugin\\": \\"postcss-replace-overflow-wrap\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-place\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-system-ui-font\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-stepped-value-functions\\",
|
|
},
|
|
Object {
|
|
\\"Declaration\\": [Function Declaration],
|
|
\\"postcssPlugin\\": \\"postcss-trigonometric-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-cascade-layers\\",
|
|
},
|
|
Object {
|
|
\\"browsers\\": undefined,
|
|
\\"info\\": [Function info],
|
|
\\"options\\": Object {
|
|
\\"overrideBrowserslist\\": undefined,
|
|
},
|
|
\\"postcssPlugin\\": \\"autoprefixer\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"RuleExit\\": [Function RuleExit],
|
|
\\"postcssPlugin\\": \\"postcss-progressive-custom-properties\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
],
|
|
\\"postcssPlugin\\": \\"postcss-preset-env\\",
|
|
},
|
|
Processor {
|
|
\\"plugins\\": Array [
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-comments\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-gradients\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-initial\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-svgo\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-display-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-reduce-transforms\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-colormin\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-timing-functions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-calc\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-convert-values\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-ordered-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-minify-params\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-charset\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-discard-overridden\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-string\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-unicode\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-minify-font-values\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-url\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-normalize-repeat-style\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-positions\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-normalize-whitespace\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-merge-longhand\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-duplicates\\",
|
|
},
|
|
Object {
|
|
\\"postcssPlugin\\": \\"postcss-merge-rules\\",
|
|
\\"prepare\\": [Function prepare],
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-discard-empty\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"postcss-unique-selectors\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"css-declaration-sorter\\",
|
|
},
|
|
Object {
|
|
\\"OnceExit\\": [Function OnceExit],
|
|
\\"postcssPlugin\\": \\"cssnano-util-raw-cache\\",
|
|
},
|
|
],
|
|
\\"version\\": \\"8.4.21\\",
|
|
},
|
|
],
|
|
},
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
Object {
|
|
\\"loader\\": \\"stylus-loader\\",
|
|
\\"options\\": Object {
|
|
\\"sourceMap\\": false,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
],
|
|
\\"test\\": /\\\\.styl(us)?$/i,
|
|
},
|
|
Object {
|
|
\\"test\\": /\\\\.(png|jpe?g|gif|svg|webp|avif)$/i,
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/url-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"limit\\": 1000,
|
|
\\"name\\": \\"img/[name].[contenthash:7].[ext]\\",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
Object {
|
|
\\"test\\": /\\\\.(woff2?|eot|ttf|otf)(\\\\?.*)?$/i,
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/url-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"limit\\": 1000,
|
|
\\"name\\": \\"fonts/[name].[contenthash:7].[ext]\\",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
Object {
|
|
\\"test\\": /\\\\.(webm|mp4|ogv)$/i,
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/file-loader/dist/cjs.js\\",
|
|
\\"options\\": Object {
|
|
\\"esModule\\": false,
|
|
\\"name\\": \\"videos/[name].[contenthash:7].[ext]\\",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
]
|
|
"
|
|
`;
|
|
|
|
exports[`webpack nuxt webpack module.rules loader=.*-loader 1`] = `
|
|
"Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-loader/lib/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"productionMode\\": true,
|
|
\\"transformAssetUrls\\": Object {
|
|
\\"embed\\": \\"src\\",
|
|
\\"object\\": \\"src\\",
|
|
\\"source\\": \\"src\\",
|
|
\\"video\\": \\"src\\",
|
|
},
|
|
},
|
|
\\"test\\": /\\\\.vue$/i,
|
|
}
|
|
"
|
|
`;
|
|
|
|
exports[`webpack nuxt webpack module.rules loader=vue- 1`] = `
|
|
"Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/vue-loader/lib/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"productionMode\\": true,
|
|
\\"transformAssetUrls\\": Object {
|
|
\\"embed\\": \\"src\\",
|
|
\\"object\\": \\"src\\",
|
|
\\"source\\": \\"src\\",
|
|
\\"video\\": \\"src\\",
|
|
},
|
|
},
|
|
\\"test\\": /\\\\.vue$/i,
|
|
}
|
|
"
|
|
`;
|
|
|
|
exports[`webpack nuxt webpack module.rules test=.jsx 1`] = `
|
|
"Object {
|
|
\\"exclude\\": [Function exclude],
|
|
\\"test\\": /\\\\.(c|m)?jsx?$/i,
|
|
\\"type\\": \\"javascript/auto\\",
|
|
\\"use\\": Array [
|
|
Object {
|
|
\\"loader\\": \\"<nuxtDir>/node_modules/babel-loader/lib/index.js\\",
|
|
\\"options\\": Object {
|
|
\\"babelrc\\": false,
|
|
\\"cacheDirectory\\": false,
|
|
\\"configFile\\": false,
|
|
\\"envName\\": \\"client\\",
|
|
\\"presets\\": Array [
|
|
Array [
|
|
\\"<nuxtDir>/packages/babel-preset-app/src/index.js\\",
|
|
Object {
|
|
\\"corejs\\": Object {
|
|
\\"version\\": 3,
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
],
|
|
}
|
|
"
|
|
`;
|
|
|
|
exports[`webpack nuxt webpack nuxt webpack module rules test=.pug oneOf use.0=raw 1`] = `
|
|
"Object {
|
|
\\"use\\": Array [
|
|
\\"raw-loader\\",
|
|
Object {
|
|
\\"loader\\": \\"pug-plain-loader\\",
|
|
\\"options\\": Object {},
|
|
},
|
|
],
|
|
}
|
|
"
|
|
`;
|
|
|
|
exports[`webpack nuxt webpack resolve alias 1`] = `
|
|
"Object {
|
|
\\"@\\": \\"<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\\",
|
|
}
|
|
"
|
|
`;
|