diff options
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index 1839cf11eb..2224ad6eda 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -216,6 +216,9 @@ export default { override: { 'jquery.are-you-sure@*': {licenseName: 'MIT'}, }, + ignore: [ + 'font-awesome', + ], }) : new AddAssetPlugin('js/licenses.txt', `Licenses are disabled during development`), ], performance: { |