Closed
Description
Bug report
Version
- v0.10.2
Steps to reproduce
- Create a
override.styl
, type:
#override {
font-size: 100px;
}
-
Disable
optimize-css-assets-webpack-plugin
. -
Check out the extracted CSS output:
override.styl
will be duplicated at the front of each component's style chunk
What is expected?
override.styl
SHOULD be generated only once and SHOULD be mounted at the end of the style bundle.
What is actually happening?
override.styl
was generated many times