1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-10-27 20:34:12 +00:00

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.
This commit is contained in:
mhmdanas 2022-07-21 01:25:43 +03:00
parent edadaf8f93
commit 1e72c7b1f8
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
'use strict';
/*
/*!
* decimal.js v10.3.1
* An arbitrary-precision Decimal type for JavaScript.
* https://github.com/MikeMcl/decimal.js

View File

@ -1,4 +1,4 @@
/*
/*!
* decimal.js v10.3.1
* An arbitrary-precision Decimal type for JavaScript.
* https://github.com/MikeMcl/decimal.js