We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6298673 commit c6bb7e2Copy full SHA for c6bb7e2
README.md
@@ -40,6 +40,8 @@ To use the npm modules for a browser based application, include it as you normal
40
41
```js
42
const Parse = require('parse');
43
+// ES6 Minimized
44
+import Parse from 'parse/dist/parse.min.js';
45
```
46
47
For server-side applications or Node.js command line tools, include `'parse/node'`:
0 commit comments