diff options
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index 5736615e60..86517f54cb 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -213,6 +213,7 @@ export default { override: { 'jquery.are-you-sure@*': {licenseName: 'MIT'}, }, + allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC)', ignore: [ 'font-awesome', ], |