File tree Expand file tree Collapse file tree 6 files changed +2952
-1337
lines changed
packages/graphql-playground-react Expand file tree Collapse file tree 6 files changed +2952
-1337
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "_workspaces " : [
3
+ "workspaces " : [
4
4
" packages/*"
5
5
],
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = (ctx) => ({
5
5
} ) ,
6
6
require ( 'postcss-cssnext' ) ( ) ,
7
7
require ( 'postcss-inherit' ) ( {
8
- globalStyles : 'node_modules/graphcool-styles/dist/styles.css' ,
8
+ globalStyles : '../../ node_modules/graphcool-styles/dist/styles.css' ,
9
9
propertyRegExp : / ^ ( i n h e r i t | e x t e n d | p ) s ? : ? $ / i,
10
10
} ) ,
11
11
]
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import Root from './components/Root'
4
4
import './styles/graphiql_dark.css'
5
5
import './styles/graphiql_light.css'
6
6
import './index.css'
7
- import 'graphcool-styles/dist/styles.css'
8
7
9
8
if ( process . env . NODE_ENV !== 'production' ) {
10
9
/* tslint:disable-next-line */
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import MiddlewareApp from './components/MiddlewareApp'
4
4
import './styles/graphiql_dark.css'
5
5
import './styles/graphiql_light.css'
6
6
import './index.css'
7
- import 'graphcool-styles/dist/styles.css'
8
7
9
8
if ( process . env . NODE_ENV !== 'production' ) {
10
9
/* tslint:disable-next-line */
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import MiddlewareApp from './components/MiddlewareApp'
4
4
import './styles/graphiql_dark.css'
5
5
import './styles/graphiql_light.css'
6
6
import './index.css'
7
- import 'graphcool-styles/dist/styles.css'
8
7
9
8
if ( process . env . NODE_ENV !== 'production' ) {
10
9
/* tslint:disable-next-line */
You can’t perform that action at this time.
0 commit comments