don't depend on graphql for the ui

This commit is contained in:
Sérgio Ramos 2016-10-25 14:05:47 +01:00
parent 4abeaf15a5
commit 1a0ddf25b1
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
const graphql = require('../../cloudapi-graphql/src/endpoint');
const base = require('./base.js');
const entries = require('./entrypoints');
const webpack = require('webpack');
@ -8,9 +7,6 @@ const devServer = {
compress: true,
lazy: false,
publicPath: '/static/',
setup: (app) => {
app.use('/graphql', graphql);
},
historyApiFallback: {
index: './static/index.html'
}