Skip to content

Commit bd221b7

Browse files
authored
Add ES6 Import to JS (parse-community#786)
1 parent 9b8846b commit bd221b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/js/getting-started.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ For server-side applications or Node.js command line tools, include `'parse/node
1616
```js
1717
// In a node.js environment
1818
var Parse = require('parse/node');
19+
// ES6 Minimized
20+
import Parse from 'parse/dist/parse.min.js';
1921
```
2022

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

0 commit comments

Comments
 (0)