I got this project, had composes: test from '../../xx.css' in css file, when building in windows, I would have errors like Cannot read property 'push' of undefined at CSSLoader.triggerImport. But if I built the project in Mac OSX, it would work.
So I log some variables in triggerImport from windows:
I got this project, had
composes: test from '../../xx.css'
in css file, when building in windows, I would have errors likeCannot read property 'push' of undefined at CSSLoader.triggerImport
. But if I built the project in Mac OSX, it would work.So I log some variables in triggerImport from windows:
And from Mac: