We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8846b commit bd221b7Copy full SHA for bd221b7
_includes/js/getting-started.md
@@ -16,6 +16,8 @@ For server-side applications or Node.js command line tools, include `'parse/node
16
```js
17
// In a node.js environment
18
var Parse = require('parse/node');
19
+// ES6 Minimized
20
+import Parse from 'parse/dist/parse.min.js';
21
```
22
23
For React Native applications, include `'parse/react-native.js'`:
0 commit comments