[
https://issues.apache.org/jira/browse/NIFI-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Horváth updated NIFI-5730:
---------------------------------
Description:
There is a `!text` string at the end of every Angular component template path
when they are required by it's component.
E.g: ```require('./confirm-dialog.component.html!text')```
This is a System JS Text plugin specific option and should be only applied when
used with System JS. The issue came around when tried to build the project with
Webpack. It fails to build the project because if this string and it's hard to
tell Webpack to ignore it.
was:
There is a `!text` string at the end of every Angular component template path
when they are required by it's component.
E.g: `require('./confirm-dialog.component.html!text')`
This is a System JS Text plugin specific option and should be only applied
when used with System JS. The issue came around when tried to build the project
with Webpack. It fails to build the project because if this string and it's
hard to tell Webpack to ignore it.
> Remove System JS specific strings from template URLs
> ----------------------------------------------------
>
> Key: NIFI-5730
> URL: https://issues.apache.org/jira/browse/NIFI-5730
> Project: Apache NiFi
> Issue Type: Bug
> Components: FDS
> Reporter: László Horváth
> Priority: Minor
>
> There is a `!text` string at the end of every Angular component template path
> when they are required by it's component.
> E.g: ```require('./confirm-dialog.component.html!text')```
> This is a System JS Text plugin specific option and should be only applied
> when used with System JS. The issue came around when tried to build the
> project with Webpack. It fails to build the project because if this string
> and it's hard to tell Webpack to ignore it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)