1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-04-11 01:02:34 +02:00

10 lines
130 B
JavaScript

module.exports = {
test: /\.js$/,
exclude: /node_modules/,
use: [
{
loader: 'auto-ngtemplate-loader'
}
]
};