Skip to content

Commit e1e8369

Browse files
committed
fix license issues
1 parent 6be5f99 commit e1e8369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,10 @@ export default {
230230
'jquery.are-you-sure@*': {licenseName: 'MIT'},
231231
},
232232
emitError: true,
233-
allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC OR CPAL-1.0)',
233+
allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC OR CPAL-1.0 OR Unlicense)',
234234
ignore: [
235235
'font-awesome',
236+
'khroma', // https://github.com/fabiospampinato/khroma/pull/33
236237
],
237238
}) : new AddAssetPlugin('js/licenses.txt', `Licenses are disabled during development`),
238239
],

0 commit comments

Comments
 (0)