1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

5 lines
66 B
JavaScript
Raw Normal View History

2020-09-09 11:54:49 +02:00
module.exports = {
test: /\.html$/i,
loader: 'html-loader'
2020-09-09 11:54:49 +02:00
};