Open MrGhostlyOrb opened 3 years ago
Guys, thank you for the job you do! But could you please update docs and tutorials on material.io to match actual configuration or just make a note that more ore less actual data is on github
It is total mess with scss mixins. style classes and it's names. It took me a lot of time to reproduce header+drawer setup just because of discrepencies with mixins and class names between guidelines in material.io website and actual code... fortunately I find more or less correct info in readme.md files ... but i was almost ready to break up with it trying to follow guides on material.io.
Bug report
When attempting to follow the guide the webpack.config.js file has an error when typing/pasting the 'full' version of the code for the babel-loader
Steps to reproduce
When trying to follow the below step there is an issue with the 'query' section for the babel-loader and I believe it needs to be changed to 'options' as far as I can see as that's what worked for me.
Actual behaviour
The current behaviour produces an error as stated below:
Expected behavior
When the property 'query' is changed to 'options' the program compiles successfully
Your Environment:
Possible solution
Changing 'query' to 'options'