diff options
-rw-r--r-- | ui/webpack.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/webpack.config.js b/ui/webpack.config.js index c4e5f30..786addd 100644 --- a/ui/webpack.config.js +++ b/ui/webpack.config.js @@ -54,7 +54,8 @@ var config = { { from: 'img/*'}, { from: 'index.html' }, { from: '../node_modules/bootstrap/dist/css/bootstrap.min.css', to: 'css' }, - { from: '../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg', to: 'fonts' }, + { from: '../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2', to: 'fonts' }, + { from: '../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff', to: 'fonts' }, { from: '../node_modules/zxcvbn/dist/zxcvbn.js', to: 'js' } ]) ], |