feat: add graphiql to admin-dev

This commit is contained in:
NGPixel
2018-03-16 21:31:28 -04:00
parent 8e09c6fce1
commit 97bf7a37df
6 changed files with 333 additions and 13 deletions

View File

@@ -209,6 +209,10 @@ module.exports = {
loader: 'raw-loader'
}
]
},
{
test: /\.flow$/,
loader: 'ignore-loader'
}
]
},