Created
November 21, 2014 08:07
-
-
Save wolframkriesing/10e761faf174c5556c97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ npm start | |
| > [email protected] start /Users/uxebu/mocha-sinon-traceur-example | |
| > webpack-dev-server | |
| http://localhost:8080/webpack-dev-server/ | |
| webpack result is served from / | |
| content is served from /Users/uxebu/mocha-sinon-traceur-example | |
| [traceur-loader]: Processing file: /Users/uxebu/mocha-sinon-traceur-example/src/main.js | |
| [traceur-loader]: Current options are: { runtime: true, traceurOptions: {} } | |
| [traceur-loader]: Processing file: /Users/uxebu/mocha-sinon-traceur-example/src/some.js | |
| [traceur-loader]: Current options are: { runtime: true, traceurOptions: {} } | |
| Hash: 5109586653cfaa7c2e3e | |
| Version: webpack 1.4.13 | |
| Time: 550ms | |
| Asset Size Chunks Chunk Names | |
| bundle.js 336281 0 [emitted] main | |
| chunk {0} bundle.js (main) 324189 [rendered] | |
| [0] ./src/main.js 495 {0} [built] | |
| [1] ./src/some.js 454 {0} [built] | |
| [2] (webpack)-traceur-loader/~/traceur/bin/traceur-runtime.js 73672 {0} [built] | |
| [3] ./~/jquery/dist/jquery.js 247351 {0} [built] | |
| [4] (webpack)/~/node-libs-browser/~/process/browser.js 2217 {0} [built] | |
| webpack: bundle is now VALID. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment