ardatan / graphql-import-node

Import 'graphql' files in NodeJS
80 stars 14 forks source link

Update readme with 'dynamicImport' Babel dependency #3

Closed plummer-flex closed 5 years ago

plummer-flex commented 5 years ago

npm i @babel/plugin-syntax-dynamic-import --save-dev

.babelrc

{
 ...
  "plugins": ["@babel/plugin-syntax-dynamic-import"]
}
ardatan commented 5 years ago

This plugin isn't for Babel, it is a runtime plugin for NodeJS environment.

plummer-flex commented 5 years ago

so then min node version is 9.x?