Commit 46ce33fb authored by Sergey's avatar Sergey

Done

parent 61f501f5
module.exports = {
plugins: [
require('autoprefixer'),
require('css-mqpacker'),
require('cssnano')({
preset: [
'default',
{
discardComments: {
removeAll: true
}
}
]
})
require('css-mqpacker')
// require('cssnano')({
// preset: [
// 'default',
// {
// discardComments: {
// removeAll: true
// }
// }
// ]
// })
]
}
\ No newline at end of file
......@@ -131,7 +131,7 @@ $('.usage-steps-slider-wrapper').owlCarousel({
$('.arrow-steps__right span').text(nextSlider);
let lengthSlider = this.items().length;
console.log(nextSlider);
// console.log(nextSlider);
$('.navigation-steps-slider .owl-next').click(function()
{
......
......@@ -31,6 +31,10 @@ const webpackConfig = {
port: 4200,
hot: true
},
optimization:
{
minimize: false
},
devtool: isDev ? 'source-map': '',
plugins: [
new CopyWebpackPlugin(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment