Skip to content

Commit ff60317

Browse files
committed
use license override
1 parent e1e8369 commit ff60317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@ export default {
227227
}).join('\n');
228228
},
229229
override: {
230-
'jquery.are-you-sure@*': {licenseName: 'MIT'},
230+
'jquery.are-you-sure@*': {licenseName: 'MIT'}, // https://github.com/codedance/jquery.AreYouSure/pull/147
231+
'khroma@*': {licenseName: 'MIT'}, // https://github.com/fabiospampinato/khroma/pull/33
231232
},
232233
emitError: true,
233234
allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC OR CPAL-1.0 OR Unlicense)',
234235
ignore: [
235236
'font-awesome',
236-
'khroma', // https://github.com/fabiospampinato/khroma/pull/33
237237
],
238238
}) : new AddAssetPlugin('js/licenses.txt', `Licenses are disabled during development`),
239239
],

0 commit comments

Comments
 (0)