Page 1 of 1

[ANGULAR] autoprefixer error during build generation

Posted: Thu Mar 16, 2023 7:47 am
by braincept
./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@bryntum/calendar/calendar.stockholm.css - Warning: Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(25480:3) autoprefixer: end value has mixed support, consider using flex-end instead

Re: [ANGULAR] autoprefixer error during build generation

Posted: Thu Mar 16, 2023 8:49 am
by Animal

This was corrected five months ago, so I'm guessing you have an older version of Calendar there


Re: [ANGULAR] autoprefixer error during build generation

Posted: Fri Mar 17, 2023 7:29 am
by braincept

Currently, we are using 5.1.4 of bryntum/calendar. Can you tell me in which version you resolved it?


Re: [ANGULAR] autoprefixer error during build generation

Posted: Fri Mar 17, 2023 7:49 am
by Animal

The commit was added into github on 14th October 2022, so the first version which would contain the fix would be this: https://bryntum.com/products/calendar/changelog/#release-5.2.1

But of course you should upgrade to the latest version. Lots of bugs have been fixed and enhancements added since then.


Re: [ANGULAR] autoprefixer error during build generation

Posted: Fri Mar 17, 2023 7:54 am
by braincept

I got it. Appreciate your quick response.