We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e8369 commit ff60317Copy full SHA for ff60317
webpack.config.js
@@ -227,13 +227,13 @@ export default {
227
}).join('\n');
228
},
229
override: {
230
- 'jquery.are-you-sure@*': {licenseName: 'MIT'},
+ '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
232
233
emitError: true,
234
allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC OR CPAL-1.0 OR Unlicense)',
235
ignore: [
236
'font-awesome',
- 'khroma', // https://github.com/fabiospampinato/khroma/pull/33
237
],
238
}) : new AddAssetPlugin('js/licenses.txt', `Licenses are disabled during development`),
239
0 commit comments