added svg sprite building
This commit is contained in:
parent
e89186bc9e
commit
f3be57a47b
4 changed files with 3574 additions and 0 deletions
assets/js
|
@ -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".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue