- Add Twitter integration
- Refactor alot of existing code in collection app
- Update webpack font configuration
This commit is contained in:
Sonny Bakker 2020-09-27 16:19:32 +02:00
parent 805321f66d
commit d4a41a62da
118 changed files with 11060 additions and 5515 deletions

View file

@ -26,8 +26,9 @@ export default {
use: {
loader: 'file-loader',
options: {
name: 'fonts/[name].[ext]',
publicPath: '../',
name: '[name].[ext]',
outputPath: 'fonts',
publicPath: '/static/fonts/',
},
},
},