Skip to content

Commit

Permalink
fix: add apollo as official plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Aug 19, 2019
1 parent 413a762 commit 3d23c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@nodepack/utils/src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const scopeRE = /^@[\w-]+\//
const officialRE = /^@nodepack\//

const officialPlugins = [
'apollo',
'babel',
'express',
'typescript',
Expand Down

0 comments on commit 3d23c2e

Please sign in to comment.