Problem building after migrating from v6.0.5 to v7.1.0

Hello,

when i put this:
import ‘dhtmlx-scheduler/codebase/dhtmlxscheduler.css’;

my build emits warnings, is it possible to fix this ?
here they are:

Warning - [webpack] ‘dist’:
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
(Emitted value instead of an instance of Error) undefined
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
(Emitted value instead of an instance of Error) undefined
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
(Emitted value instead of an instance of Error) undefined
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
(Emitted value instead of an instance of Error) undefined
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
(Emitted value instead of an instance of Error) undefined
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
(Emitted value instead of an instance of Error) undefined
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
(Emitted value instead of an instance of Error) undefined
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
(Emitted value instead of an instance of Error) undefined
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
Warning
(1:74538) start value has mixed support, consider using flex-start instead
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
Warning
(1:81686) end value has mixed support, consider using flex-end instead
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
Warning
(1:82986) end value has mixed support, consider using flex-end instead
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
Warning
(1:84311) start value has mixed support, consider using flex-start instead
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
Warning
(1:86595) end value has mixed support, consider using flex-end instead
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
Warning
(1:88296) start value has mixed support, consider using flex-start instead
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
Warning
(1:89053) start value has mixed support, consider using flex-start instead
Module Warning (from ./node_modules/@microsoft/sp-css-loader/lib/index.js):
Warning
(1:100531) start value has mixed support, consider using flex-start instead

I modified the file dhtmlxscheduler.css and now I can build. Please let me know when it’s fixed

Hello @David-TS,

It’s not a known issue, and looks like it is related with your builder config. Could you please send me a simplified demo with webpack config, that I will be able to install and run locally and check what exactly goes wrong?

Kind regards,

Hello,

Demo sent, we use gulp

1 Like

Hello @David-TS,

Thank you for the provided demo, we found the styles that caused issues in microsoft css loader and considering updates for future scheduler versions.

Kind regards,