Don't watch `package.json` files (#573)
parent
d09a4b11f1
commit
f368c1c454
|
@ -100,7 +100,7 @@ new Function(
|
||||||
)(require, __dirname)
|
)(require, __dirname)
|
||||||
|
|
||||||
const CONFIG_FILE_GLOB = '{tailwind,tailwind.config}.{js,cjs}'
|
const CONFIG_FILE_GLOB = '{tailwind,tailwind.config}.{js,cjs}'
|
||||||
const PACKAGE_GLOB = '{package.json,package-lock.json,yarn.lock,pnpm-lock.yaml}'
|
const PACKAGE_GLOB = '{package-lock.json,yarn.lock,pnpm-lock.yaml}'
|
||||||
const TRIGGER_CHARACTERS = [
|
const TRIGGER_CHARACTERS = [
|
||||||
// class attributes
|
// class attributes
|
||||||
'"',
|
'"',
|
||||||
|
|
Loading…
Reference in New Issue