diff options
| -rw-r--r-- | ui/webpack.config.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ui/webpack.config.js b/ui/webpack.config.js index 9b2137bc..ecaee330 100644 --- a/ui/webpack.config.js +++ b/ui/webpack.config.js @@ -54,7 +54,7 @@ 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.woff', to: 'fonts' }, +      { from: '../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2', to: 'fonts' },        { from: '../node_modules/zxcvbn/dist/zxcvbn.js', to: 'js' }      ])    ], | 
