I'm having a problem with the Jigsaw and copying the fonts from source/_assets/font folder to the build_product/assets/build/font when running npm run production
I have tried in the option section.
fileLoaderDirs.fonts = '_assets/font';after the .options() section.
.copy('source/_assets/font/', 'font')and the copy-webpack-plugin, none of them have worked for me.