From 5f1e7dac6c10e0220a8f4c21e8c1ac90e076f72b Mon Sep 17 00:00:00 2001 From: Bart Schuurmans Date: Tue, 1 Feb 2022 21:46:12 +0100 Subject: [PATCH] fix glyphicons location in build dir --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 49de089..d94ee49 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -42,7 +42,7 @@ module.exports = { }, { from: "../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2", - to: "css/" + to: "fonts/" }, { from: "../node_modules/emojione/lib/js/emojione.min.js" }, { from: "../node_modules/linkifyjs/dist/linkify.min.js" },