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:
parent
d1dddb7656
commit
8177be2fe3
@ -3,13 +3,7 @@ const path = require('path');
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
test: /\.html$/i,
|
test: /\.html$/i,
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
// type: 'asset/inline',
|
type: 'javascript/auto',
|
||||||
// generator: {
|
|
||||||
// dataUrl: {
|
|
||||||
// encoding: false,
|
|
||||||
// mimetype: 'application/javascript'
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
use: [
|
use: [
|
||||||
{
|
{
|
||||||
loader: 'ngtemplate-loader',
|
loader: 'ngtemplate-loader',
|
||||||
|
Loading…
Reference in New Issue
Block a user