Merge pull request #1206 from Minnozz/fix-1204-glyphicons-location

Fix glyphicons location in build dir
master
Lorenz Hübschle-Schneider 3 years ago committed by GitHub
commit cd4a57671b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      webpack.config.js

@ -42,7 +42,7 @@ module.exports = {
}, },
{ {
from: "../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2", 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/emojione/lib/js/emojione.min.js" },
{ from: "../node_modules/linkifyjs/dist/linkify.min.js" }, { from: "../node_modules/linkifyjs/dist/linkify.min.js" },

Loading…
Cancel
Save