You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I try to get compile once it work well and create the file but when I change In code and try get new compile its not update the source at all and I have to remove folder and get new compile again;
Hello
After I try to get compile once it work well and create the file but when I change In code and try get new compile its not update the source at all and I have to remove folder and get new compile again;
require('laravel-mix-extract-media-queries');
mix.extractMediaQueries({
hash: '[name].css',
verbose: false,
minify: mix.inProduction(),
combined: true,
breakpoints: [{
minWidth: 1,
filename: 'assets/css/responsive/xs.css',
},
{
minWidth: 480,
filename: 'assets/css/responsive/sm.css',
},
{
minWidth: 768,
filename: 'assets/css/responsive/md.css',
},
{
minWidth: 960,
filename: 'assets/css/responsive/lg.css',
},
{
minWidth: 1200,
filename: 'assets/css/responsive/xl.css',
}
, {
minWidth: 1400,
filename: 'assets/css/responsive/xxl.css',
}]
});
The text was updated successfully, but these errors were encountered: