thiagoelg opened a new issue, #1418: URL: https://github.com/apache/incubator-kie-issues/issues/1418
To make the Standalone Editors really a single library, we can't have any prod dependencies. This is already achieved for the .js files since webpack bundles everything (including dependencies) in a single .js file, but typings still import from external libraries and packages and still require imports. This can be accomplished by "duplicating" the types imported from other packages to make them self-contained in the standalone editor packages. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
