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

10 lines
130 B
JavaScript
Raw Normal View History

2020-09-22 14:20:47 +02:00
module.exports = {
test: /\.js$/,
exclude: /node_modules/,
use: [
{
loader: 'auto-ngtemplate-loader'
2020-09-22 14:20:47 +02:00
}
]
};