Skip to content

Commit dd3e926

Browse files
committed
fix: 🔨 Don't generate license.txt file
1 parent 7d04634 commit dd3e926

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/webpack-preset-accurapp

packages/webpack-preset-accurapp/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ function buildWebpackConfig(config = []) {
347347
// Uglification in staging is alright because we have sourcemaps
348348
// that show the original code
349349
sourceMap: process.env.GENERATE_SOURCEMAP === 'true',
350+
// Don't generate the license.txt file
351+
extractComments: false,
350352
}),
351353
]),
352354

0 commit comments

Comments
 (0)