Skip to content

Commit 1e72c7b

Browse files
committed
Preserve license comment after bundling
The `/!* ... */` syntax is widely recognized by bundlers, and such comments are preserved in the bundle, which is important for license comments such at these ones.
1 parent edadaf8 commit 1e72c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

decimal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44

5-
/*
5+
/*!
66
* decimal.js v10.3.1
77
* An arbitrary-precision Decimal type for JavaScript.
88
* https://github.com/MikeMcl/decimal.js

decimal.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*!
22
* decimal.js v10.3.1
33
* An arbitrary-precision Decimal type for JavaScript.
44
* https://github.com/MikeMcl/decimal.js

0 commit comments

Comments
 (0)