[
https://issues.apache.org/jira/browse/IGNITE-6816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413611#comment-16413611
]
Ilya Borisov commented on IGNITE-6816:
--------------------------------------
[~alexdel] the unit tests were breaking because of
{{optimization.splitChunks.chunks: 'all'}} in common webpack config. With this
option set to {{all}} every test that uses {{require}} or CommonJS modules
magically vanishes from Karma's list of tests to run, but the ES6-only tests do
work as intended. To fix the issue, I've set the
{{optimization.splitChunks.chunks}} to default {{async}} value in the
{{webpack.test.js}}.
> Webconsole: investigate/integrate Webpack dll-plugin
> ----------------------------------------------------
>
> Key: IGNITE-6816
> URL: https://issues.apache.org/jira/browse/IGNITE-6816
> Project: Ignite
> Issue Type: Improvement
> Components: wizards
> Reporter: Ilya Borisov
> Assignee: Alexander Kalinin
> Priority: Trivial
>
> As the webconsole frontend app size grows, it takes more and more time to
> incrementally rebuild after each source code change in development
> environment. Let's investigate this plugin
> https://webpack.js.org/plugins/dll-plugin/ and integrate it into webpack
> build pipeline if it offers measureable performance improvements.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)