You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still new to node, webpack and this whole brave new world of js development. Your ampersand.js/react tutorial really helped me get started.
I upgraded all my packages to newish versions and received a warning from postcss-loader regarding the source mapping. Turns out there is a sourceMap boolean option that is required. I have manually added it in in installed-style-loaders.js and the warning goes away. I don't feel comfortable creating a PR for this as I don't quite know the ramifications.
The text was updated successfully, but these errors were encountered:
I'm still new to node, webpack and this whole brave new world of js development. Your ampersand.js/react tutorial really helped me get started.
I upgraded all my packages to newish versions and received a warning from postcss-loader regarding the source mapping. Turns out there is a sourceMap boolean option that is required. I have manually added it in in installed-style-loaders.js and the warning goes away. I don't feel comfortable creating a PR for this as I don't quite know the ramifications.
The text was updated successfully, but these errors were encountered: