Remove duplicate option

This commit is contained in:
Oliver Davies 2018-05-21 07:07:20 +01:00
parent 9fdabf874f
commit 2d8bab79a9

View file

@ -13,7 +13,4 @@ mix.disableNotifications()
globs: [
path.join(__dirname, 'output_*/**/*.html'),
]
})
.options({
processCssUrls: false,
});