Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Remove laravel mix purgecss
Browse files Browse the repository at this point in the history
  • Loading branch information
FaZeRs committed Apr 28, 2018
1 parent 1e2c973 commit d07057c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"eslint": "^4.19.1",
"eslint-plugin-vue": "^4.5.0",
"laravel-mix": "^2.1.11",
"laravel-mix-purgecss": "^2.0.0",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.0.1",
Expand Down
3 changes: 1 addition & 2 deletions webpack.mix.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const path = require('path')
const mix = require('laravel-mix')
require('laravel-mix-purgecss')
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer')

mix.config.vue.esModule = true
Expand Down Expand Up @@ -62,6 +61,7 @@ if (mix.inProduction()) {
'v-img',
'vee-validate',
'vue',
'vue-cookie-law',
'vue-i18n',
'vue-meta',
'vue-recaptcha',
Expand All @@ -73,5 +73,4 @@ if (mix.inProduction()) {

mix.version()
mix.disableNotifications()
mix.purgeCss()
}

0 comments on commit d07057c

Please sign in to comment.