<link href="/_nuxt/pages/id/_id/happy-clients/pages/id/_id/index/pages/index.870402f.css" rel="stylesheet" type="text/css">
<script charset="utf-8" src="/_nuxt/layouts/default/layouts/mobile-profile/layouts/profile.js"></script>
<template>
<div :class="$style.navCategory">
</ template>
<style lang="scss" module>
.navCategory {
position: relative;
width: 100%;
height: 94px;
margin: 40px 0 60px;
}
</style>
export default {
build: {
extractCSS: true,
optimization: {
splitChunks: {
cacheGroups: {
styles: {
name: 'styles',
test: /\.(css|vue)$/,
chunks: 'all',
enforce: true
}
}
}
}
}
}
scoped
vue-loader всё сделает, стили. имена классов будут перегенированы так, чтобы быть уникальными для каждого компонента. <link rel="stylesheet" href="/_nuxt/layouts/default/layouts/mobile-default/layouts/mobile-profile/layouts/profile/pages/id/_id/products//369b502a.6a8855c.css">
build: {
extend(config, ctx) {
config.module.rules.push({
enforce: 'pre',
test: /\.(js|vue)$/,
loader: 'eslint-loader',
exclude: /(node_modules)/,
options: {
fix: true
}
})
},
loaders: {
cssModules: {
modules: {
localIdentName: "[hash:base64:6]",
}
}
},
...(!isDev && {
html: {
minify: {
collapseBooleanAttributes: true,
decodeEntities: true,
minifyCSS: true,
minifyJS: true,
processConditionalComments: true,
removeEmptyAttributes: true,
removeRedundantAttributes: true,
trimCustomFragments: true,
useShortDoctype: true
}
}
}),
splitChunks: {
layouts: true,
pages: true,
commons: true
},
optimization: {
minimize: !isDev
},
...(!isDev && {
extractCSS: {
ignoreOrder: true
}
}),
postcss: {
plugins: {
...(!isDev && {
cssnano: {
preset: ['advanced', {
autoprefixer: false,
cssDeclarationSorter: false,
zindex: false,
discardComments: {
removeAll: true
}
}]
}
})
},
...(!isDev && {
preset: {
browsers: 'cover 99.5%',
autoprefixer: true
}
}),
order: 'cssnanoLast'
}
}
extractCSS: true,
chunk layouts/default/layouts/profile [extract-css-chunks-webpack-plugin] friendly-errors 17:35:04
Conflicting order. Following module has been added:
* css ./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-0-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-0-2!./node_modules/sass-loader/dist/cjs.js??ref--7-oneOf-0-3!./node_modules/sass-resources-loader/lib/loader.js??ref--7-oneOf-0-4!./node_modules/@nuxt/components/dist/loader.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/ProductPreviewModal.vue?vue&type=style&index=0&lang=scss&module=true&
despite it was not able to fulfill desired ordering with these modules:
* css ./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-0-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-0-2!./node_modules/sass-loader/dist/cjs.js??ref--7-oneOf-0-3!./node_modules/sass-resources-loader/lib/loader.js??ref--7-oneOf-0-4!./node_modules/@nuxt/components/dist/loader.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/BasketModal.vue?vue&type=style&index=0&lang=scss&module=true&
- couldn't fulfill desired order of chunk group(s) layouts/profile
- while fulfilling desired order of chunk group(s) layouts/default
<link rel="stylesheet" href="/_nuxt/layouts/default/layouts/mobile-default/layouts/mobile-profile/layouts/profile/pages/id/_id/products//369b502a.6a8855c.css">
css: [
'~assets/sass/style.sass',
'slick-carousel/slick/slick.css',
]