webpack font awesome

Solutions on MaxInterview for webpack font awesome by the best coders in the world

showing results for - "webpack font awesome"
Regina
02 Jul 2017
1// implementing font awesome 5 (fa5) in symfony 4+ applications using webpack
2// firstly install fontawesome. Run `yarn add @fortawesome/fontawesome-free` on your terminal.
3//Then you simply require all.css and all.js in your app.js file.
4// Incase it's not clear which app.js file I'm referring to here,
5// you can find the app.js file in the app-root/assets/js directory.
6import '@fortawesome/fontawesome-free/js/all.js';
7import '@fortawesome/fontawesome-free/css/all.css';
8
similar questions
queries leading to this page
webpack font awesome