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

fix angular templates integraion

This commit is contained in:
Sylvain 2022-03-16 11:23:58 +01:00
parent d1dddb7656
commit 8177be2fe3

View File

@ -3,13 +3,7 @@ const path = require('path');
module.exports = {
test: /\.html$/i,
exclude: /node_modules/,
// type: 'asset/inline',
// generator: {
// dataUrl: {
// encoding: false,
// mimetype: 'application/javascript'
// }
// },
type: 'javascript/auto',
use: [
{
loader: 'ngtemplate-loader',