I want to add Font Awesome 5 to my Symfony 4 project, this is what I did :
yarn add --dev @fortawesome/f
You need to install copy-webpack-plugin, please follow below instructions and it'll work for you 1- install the plugin
yarn add copy-webpack-plugin --dev
2 add following line to your webpack.config.js:
const CopyWebpackPlugin = require('copy-webpack-plugin');
3: compile
yarn run encore dev
test the page again it should now show the missing icons