You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "László Horváth (JIRA)" <ji...@apache.org> on 2018/10/19 15:18:00 UTC

[jira] [Created] (NIFI-5730) Remove System JS specific strings from template URLs

László Horváth created NIFI-5730:
------------------------------------

             Summary: 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


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)