Box UI Elements conflicting order warning
Hello my team is attempting to implement Content Explorer into our application. Everything functions correctly when run locally but when we go to build our app we are faced with a conflicting order warning. In order for our app to deploy it must compile without any warnings. The complete warning is as follows:
Compiled with warnings.
chunk 0 [mini-css-extract-plugin]
Conflicting order. Following module has been added:
* css ./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-5-3!./node_modules/sass-loader
/dist/cjs.js??ref--6-oneOf-5-4!./node_modules/box-ui-elements/es/components/scroll-wrapper/ScrollWrapper.scss
despite it was not able to fulfill desired ordering with these modules:
* css ./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-5-3!./node_modules/sass-loader
/dist/cjs.js??ref--6-oneOf-5-4!./node_modules/box-ui-elements/es/components/flyout/Flyout.scss
- couldn't fulfill desired order of chunk group(s) activity-sidebar
- while fulfilling desired order of chunk group(s) metadata-sidebar
chunk 0 [mini-css-extract-plugin]
Conflicting order. Following module has been added:
* css ./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-5-3!./node_modules/sass-loader
/dist/cjs.js??ref--6-oneOf-5-4!./node_modules/box-ui-elements/es/components/selector-dropdown/SelectorDropdown.scss
despite it was not able to fulfill desired ordering with these modules:
* css ./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-5-3!./node_modules/sass-loader
/dist/cjs.js??ref--6-oneOf-5-4!./node_modules/box-ui-elements/es/components/flyout/Flyout.scss
- couldn't fulfill desired order of chunk group(s) activity-sidebar
- while fulfilling desired order of chunk group(s) metadata-sidebar
How would we go about resolving these?
サインインしてコメントを残してください。
コメント
1件のコメント