We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ad994 commit 4ce74acCopy full SHA for 4ce74ac
packages/react-scripts/template-typescript/webpack.js
@@ -11,6 +11,7 @@ module.exports = function getConfig(config, isProduction) {
11
// config.module.noParse = /node_modules\/localforage\/dist\/localforage.js/;
12
13
const licenseChecker = new LicenseCheckerWebpackPlugin({
14
+ allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC)',
15
outputFilename: 'ThirdPartyNotices.txt',
16
});
17
config.plugins.push(licenseChecker);
0 commit comments