chore(nx-dev): throw error if no dependency found when expected (#15272)
This commit is contained in:
parent
3c50474f40
commit
bdb454d28e
@ -1,6 +1,9 @@
|
||||
const path = require('path');
|
||||
const { createGlobPatternsForDependencies } = require('@nrwl/next/tailwind');
|
||||
|
||||
if (!createGlobPatternsForDependencies(__dirname).length)
|
||||
throw Error('GRAPH ISSUE: No dependency found when many are expected.');
|
||||
|
||||
module.exports = {
|
||||
experimental: {
|
||||
optimizeUniversalDefaults: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user