Drew Foehn
Drew Foehn
The minification is added as process of npm packaging. If you do not wish to add minification as part of npm's publishing process then by all means remove it.
I'll add the madgeBuilder as a separate PR. The package.json automates minification via the build.js script using the npm package command.
I moved the javascript to the lib folder to closer match to NPM best practice, this makes it difficult to give you atomic PR's. The overall reason for this PR...
This URL should help: https://www.apollographql.com/docs/graphql-tools/scalars/ Essentially, define a scalar in your schema as a type GraphQLDate in GQL and add the definition to your resolvers object. ```js module.exports = gql...
Would really like this so I can use it with Babel-ENV.
A year open and this is still the case. Can we get this working?
+1 would like this to help debug styling issues
Agree, if you're going to include 'namespace' support for parsing then it should be there for stringify.
+I third this. To handle this flow, I have to wait for the pushstate event to fire before I can follow through with application logic. Waiting for this event makes...