Danny North

Results 4 comments of Danny North

So currently i'm getting around this by allowing global imports in the webpack config: ``` rules: [{ test: /\.css$/, oneOf: [{ resourceQuery: /^\?global$/, use: [ require.resolve('style-loader'), require.resolve('css-loader') ] }, {...

Hey! Sorry for the late response, I have never gotten a pull request before and so don't check my github very often. So about the PR, I am fine with...

+1 on this. My use-case is that I am building a twitch overlay extension and it would be awesome if I could build it without a back-end. However as it...

I had the same question and validated that the reason it's used is after a receipt is made, the user has an option to create a new playlist from the...