Skip to content

Commit

Permalink
Merge pull request #43 from ctf0/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sebastiandedeyne committed Aug 22, 2018
2 parents 1080ecd + f4743fe commit 993a5e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Note that if you override `extensions`, the defaults will be lost! Your custom g

```js
let mix = require('laravel-mix');
const glob = require('glob-all');

require('laravel-mix-purgecss');

mix
Expand All @@ -91,9 +93,9 @@ mix

// Your custom globs are merged with the default globs. If you need to fully replace
// the globs, use the underlying `paths` option instead.
globs: [
paths: () => glob.sync([
path.join(__dirname, 'node_modules/simplemde/**/*.js'),
],
]),

extensions: ['html', 'js', 'php', 'vue'],

Expand Down

0 comments on commit 993a5e1

Please sign in to comment.