Skip to content

Commit 4ce74ac

Browse files
committed
include ISC license
1 parent f1ad994 commit 4ce74ac

File tree

1 file changed

+1
-0
lines changed
  • packages/react-scripts/template-typescript

1 file changed

+1
-0
lines changed

packages/react-scripts/template-typescript/webpack.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = function getConfig(config, isProduction) {
1111
// config.module.noParse = /node_modules\/localforage\/dist\/localforage.js/;
1212

1313
const licenseChecker = new LicenseCheckerWebpackPlugin({
14+
allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC)',
1415
outputFilename: 'ThirdPartyNotices.txt',
1516
});
1617
config.plugins.push(licenseChecker);

0 commit comments

Comments
 (0)