Matt Steele

Results 27 comments of Matt Steele

FYI this is exclusively an issue with the server aspect of getting the stylesheet. I sort of ran into this problem as well, and was able to get it working...

Thanks @tysonmatanich for the PR, but I also imagine this is an issue of trust with the plugin. If you look at the source that gets generated by this plugin,...

Sounds like a doable idea, I'm a little swamped ATM but if there was a PR submitted I would highly consider it.

This is a pretty convoluted problem, anyone have any ideas in particular to address this?

Perhaps: ```js new webpack.DefinePlugin({ 'process.env.something': '"true"', ...(new DotenvPlugin().definitions) }) ``` To simply spread the results? I'm not at my computer so not sure if this is totally accurate but hopefully...

@Yonben you might want to see what you have configured for your webpack config, primarily the [target](https://webpack.js.org/configuration/target/) property. We stub sometimes and other times we don't. We also need to...

Mind sharing more context? How you are accessing your env variable and your file structure for instance usually helps.

It is! You got thoughts or feedback?!?

This PR is essentially done. I was nervous to push the button because of the popularity of this, but also the worry of the impact of how much it would...

@emanualjade Just wanted to mention this plugin is now using babel 7. Hopefully that solves some of the problems you were facing.