From 3937d4db4acacfca483e933cd2b5f85a6c8deb23 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Sun, 18 May 2014 10:50:15 -0700 Subject: [PATCH] bundle paths config example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d6cc8667..0784aa75 100644 --- a/README.md +++ b/README.md @@ -347,8 +347,13 @@ Then include `traceur-runtime.js` (this is found inside traceur's `bin` folder w ```html + ``` +We can then use map or paths config to ensure that `app/main` gets directed to the new folder. Alternatively rename `app-built` to replace `app`. + Now the application will continue to behave identically without needing to compile ES6 in the browser. ### Compiling ES6 to ES5 and AMD