Jared Rader
Jared Rader
same issue after doing the ordering you suggested: ``` ERROR in ./node_modules/cssimportant-loader!./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/components/index.scss Module build failed: Error: undefined:3:52: property missing ':' at error (/Users/jaredrader/src/github.com/apps/chat-widget/node_modules/css/lib/parse/index.js:62:15) at declaration (/Users/jaredrader/src/github.com/apps/chat-widget/node_modules/css/lib/parse/index.js:224:33) at declarations (/Users/jaredrader/src/github.com/apps/chat-widget/node_modules/css/lib/parse/index.js:253:19) at...
This worked for me.... I copied the contents of cssimportant loader's index.js file into my project, added the `css` package and added it as a transform option: ```javascript { test:...