1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-07 01:54:16 +01:00
2020-09-15 12:57:54 +02:00

5 lines
86 B
JavaScript

module.exports = {
test: /\.(woff|woff2|eot|ttf|otf)$/i,
loader: 'file-loader'
};