🔥 Remove use strict
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
||||
'use strict'
|
||||
|
||||
// Depedencies
|
||||
const chokidar = require('chokidar')
|
||||
const fs = require('fs')
|
||||
@@ -65,7 +63,7 @@ class Watcher
|
||||
{
|
||||
const _exclude = this.config.exclude[_excludeKey]
|
||||
const minimatch = new Minimatch(_exclude, { dot: true })
|
||||
|
||||
|
||||
let regex = '' + minimatch.makeRe()
|
||||
|
||||
regex = regex.replace('/^', '')
|
||||
|
||||
Reference in New Issue
Block a user