We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be5f99 commit e1e8369Copy full SHA for e1e8369
webpack.config.js
@@ -230,9 +230,10 @@ export default {
230
'jquery.are-you-sure@*': {licenseName: 'MIT'},
231
},
232
emitError: true,
233
- allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC OR CPAL-1.0)',
+ allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC OR CPAL-1.0 OR Unlicense)',
234
ignore: [
235
'font-awesome',
236
+ 'khroma', // https://github.com/fabiospampinato/khroma/pull/33
237
],
238
}) : new AddAssetPlugin('js/licenses.txt', `Licenses are disabled during development`),
239
0 commit comments