R
Size: a a a
R
AE
СР
R
AE
build: {
postcss: {
plugins: {
'postcss-preset-env': {
features: {
customProperties: false
}
}
}
},
extend(config, { isDev }) {
if (isDev && process.client) {
config.module.rules.push({
enforce: 'pre',
test: /\.(js|vue)$/,
loader: 'eslint-loader',
exclude: /(node_modules)/
})
}
},
plugins: [
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
'_': 'lodash',
'window.jQuery': 'jquery'
})
],
maxChunkSize: 300000
}
R
R
AE
AE
AE
AE
А
AE
А
AE
AE
R
AE
AE