Skip to content

Commit

Permalink
Add ES6 Import to JS (parse-community#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis authored Nov 11, 2020
1 parent 9b8846b commit bd221b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/js/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ For server-side applications or Node.js command line tools, include `'parse/node
```js
// In a node.js environment
var Parse = require('parse/node');
// ES6 Minimized
import Parse from 'parse/dist/parse.min.js';
```

For React Native applications, include `'parse/react-native.js'`:
Expand Down

0 comments on commit bd221b7

Please sign in to comment.