1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

add prefix to ngtemplate-loader

This commit is contained in:
Sylvain 2020-10-06 16:05:23 +02:00
parent efa3a42f5e
commit 67b0655272

View File

@ -8,6 +8,7 @@ module.exports = {
loader: 'ngtemplate-loader',
options: {
relativeTo: path.join(__dirname, '../../../app/frontend/templates'),
prefix: './app/frontend/templates',
requireAngular: true
}
},