-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
Bug Report or Feature Request (mark with an x)
- [X ] feature request
Versions.
1.4.3
Desired functionality.
I have to load a custom loader to process .graphql files, I'd like to be able to add custom loaders to webpack config.
Mention any other details that might be useful.
The rule I want to add is
/* File loader for graphql files.
* Returns file content as string
*/
{
test: /\.(graphql|gql)$/,
exclude: /node_modules/,
loader: 'graphql-tag/loader'
}
aecz, LastDragon-ru, PowerKiKi, felipefialho, glebmachine and 2 moreBrandinga and felipefialho
Metadata
Metadata
Assignees
Labels
No labels