Created
September 30, 2015 14:43
-
-
Save gregturn/cec9fce16318202d9db6 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
| $ cd src/main/resources/static/ | |
| $ webpack --watch | |
| Hash: f4dea451d9376e16ab27 | |
| Version: webpack 1.12.2 | |
| Time: 1954ms | |
| Asset Size Chunks Chunk Names | |
| ./bundle.js 105 kB 0 [emitted] main | |
| ./bundle.js.map 170 kB 0 [emitted] main | |
| [1] when (bower component) 38 bytes {0} [built] | |
| [24] rest (bower component) 43 bytes {0} [built] | |
| + 33 hidden modules | |
| ERROR in ./client.js | |
| Module not found: Error: Cannot resolve module 'rest/interceptor/defaultRequest' in /Users/gturnquist/src/react-and-spring-data-rest/es6/src/main/resources/static | |
| @ ./client.js 4:21-63 | |
| ERROR in ./client.js | |
| Module not found: Error: Cannot resolve module 'rest/interceptor/mime' in /Users/gturnquist/src/react-and-spring-data-rest/es6/src/main/resources/static | |
| @ ./client.js 5:11-43 | |
| ERROR in ./client.js | |
| Module not found: Error: Cannot resolve module 'rest/interceptor/errorCode' in /Users/gturnquist/src/react-and-spring-data-rest/es6/src/main/resources/static | |
| @ ./client.js 7:16-53 | |
| ERROR in ./client.js | |
| Module not found: Error: Cannot resolve module 'rest/mime/registry' in /Users/gturnquist/src/react-and-spring-data-rest/es6/src/main/resources/static | |
| @ ./client.js 8:19-48 | |
| ERROR in ./client.js | |
| Module not found: Error: Cannot resolve module 'rest/mime/type/application/hal' in /Users/gturnquist/src/react-and-spring-data-rest/es6/src/main/resources/static | |
| @ ./client.js 13:42-83 | |
| ERROR in ./api/uriTemplateInterceptor.js | |
| Module not found: Error: Cannot resolve module 'rest/interceptor' in /Users/gturnquist/src/react-and-spring-data-rest/es6/src/main/resources/static/api | |
| @ ./api/uriTemplateInterceptor.js 6:19-46 | |
| ERROR in ./app.js | |
| Module not found: Error: Cannot resolve module 'react' in /Users/gturnquist/src/react-and-spring-data-rest/es6/src/main/resources/static | |
| @ ./app.js 13:12-28 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment