Skip to content

Commit 056f9c3

Browse files
committed
Prevent creation of .LICENSE.txt files associates with mhchemparser
1 parent fb3cd61 commit 056f9c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/webpack.common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ const PACKAGE = function (name, js, libs, dir, dist) {
158158
optimization: {
159159
minimize: true,
160160
minimizer: [new TerserPlugin({
161+
extractComments: false,
161162
terserOptions: {
162163
output: {
163164
ascii_only: true

0 commit comments

Comments
 (0)