I would have expected the tool to manage less files that are imported by several different modules so that a particular less module would only be loaded once.
For instance: I have two components say fooView.js and barView.js. They both have corresponding .less files. Each one of those less files depends on fonts.less and so it is imported in both. Now the CSS from fonts.less is in two separate style tags in the DOM.
Is this expected, or am I doing something wrong?
I would have expected the tool to manage less files that are imported by several different modules so that a particular less module would only be loaded once.
For instance: I have two components say fooView.js and barView.js. They both have corresponding .less files. Each one of those less files depends on fonts.less and so it is imported in both. Now the CSS from fonts.less is in two separate style tags in the DOM.
Is this expected, or am I doing something wrong?