Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to use it with ts-loader? #17

Closed
quantuminformation opened this issue Jul 12, 2019 · 5 comments
Closed

Is there a way to use it with ts-loader? #17

quantuminformation opened this issue Jul 12, 2019 · 5 comments
Assignees
Labels

Comments

@quantuminformation
Copy link

quantuminformation commented Jul 12, 2019

We have

module: {
        rules: [
            {
                test: /\.ts(x?)$/,
                exclude: [/node_modules/],
                loader: 'ts-loader'
            },
            {
                test: /\.(graphql|gql)$/,
                exclude: /node_modules/,
                loader: 'graphql-tag/loader',
            }
        ]
    }
@coderas
Copy link
Owner

coderas commented Jul 23, 2019

Hi, @quantuminformation

Thanks for the question, I've been away but will take a look tomorrow morning, should be simple.

Thanks for the Q

@quantuminformation
Copy link
Author

quantuminformation commented Jul 23, 2019 via email

@mmmeff
Copy link

mmmeff commented Sep 17, 2019

Bump?

@coderas
Copy link
Owner

coderas commented Oct 9, 2019

Hi, sorry guys my day job and a couple of holidays have meant I've not given this all the attention it needs - I'll make time over the next day, this one just slipped through. I have a fair amount of paid work to get through today, but should easily clear that.

@coderas
Copy link
Owner

coderas commented Oct 10, 2019

I've taken a look and we'll need to do some work to get this to play ball. I've just raised #21 and will put some more info on that ticket as I get the work started.

Thanks for the nudge.

@coderas coderas closed this as completed Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants