Alex Harvey
Results
1
comments of
Alex Harvey
I ran into this problem today as well. Docs are certainly misleading: This works though as @mpaulucci has mentioned: ``` new UnusedFilesWebpackPlugin({ globOptions: { ignore: ["node_modules/**/*", "**/*.test.*", "**/*.config.*", "**/__mocks/**/*"] }...