added svg sprite building

This commit is contained in:
Adam Piontek 2021-02-25 16:03:03 -05:00
parent e89186bc9e
commit f3be57a47b
4 changed files with 3574 additions and 0 deletions
assets/js

View file

@ -3,6 +3,10 @@
// its own CSS file.
import "../css/app.scss";
// Import icons for sprite-loader
// brand icon
import "../node_modules/@fortawesome/fontawesome-free/svgs/solid/skull-crossbones.svg";
// webpack automatically bundles all modules in your
// entry points. Those entry points can be configured
// in "webpack.config.js".