Skip to content

Commit f0bc1f7

Browse files
committed
chore(): disable licensing
1 parent 8363609 commit f0bc1f7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/build-polyfills.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ async function bundleDependency(depName) {
2323
browser: true,
2424
preferBuiltins: true
2525
}),
26-
license({
27-
thirdParty: {
28-
output: path.join(__dirname, '..', 'polyfills', `LICENSE-${depName}.txt`),
29-
includePrivate: true, // Default is false.
30-
encoding: 'utf-8', // Default is utf-8.
31-
}
32-
}),
26+
// license({
27+
// thirdParty: {
28+
// output: path.join(__dirname, '..', 'polyfills', `LICENSE-${depName}.txt`),
29+
// includePrivate: true, // Default is false.
30+
// encoding: 'utf-8', // Default is utf-8.
31+
// }
32+
// }),
3333
json(),
3434
],
3535
external: [

0 commit comments

Comments
 (0)