Skip to content

Commit

Permalink
Edit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Oct 1, 2017
1 parent 3be056b commit f6372d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/importing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ and changes will be automatically reloaded in Lab.
- Make sure components are located within the same root folder as your Lab project or in a subdirectory.
- Make sure any npm dependencies have been installed in your project by running `npm install` in your terminal.
- Make sure your component *DOES NOT* make use of any webpack loaders or other build-specific tools.
- Lab currently only supports standard ECMAScript (ES). Components written in other formats such as TypeScript will need to be converted to ES before importing them.
- Lab currently only supports standard ECMAScript (ES). Components written in other formats such as TypeScript will need to be converted to ES before importing.

- Next: [Exporting Components](exporting.md)

0 comments on commit f6372d5

Please sign in to comment.