Created
October 7, 2016 21:40
-
-
Save rhelmer/f1cf3da7e2a829673fa2460d2e5d4ac0 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 run build | |
| > morgoth@ build /Users/rhelmer/src/morgoth | |
| > webpack --config ./webpack.config.js | |
| Hash: 281c3271bc39ad0bc486 | |
| Version: webpack 1.13.2 | |
| Child | |
| Hash: 281c3271bc39ad0bc486 | |
| Version: webpack 1.13.2 | |
| Time: 3564ms | |
| Asset Size Chunks Chunk Names | |
| main-281c3271bc39ad0bc486.js 2.24 MB 0 [emitted] main | |
| main-281c3271bc39ad0bc486.css 876 bytes 0 [emitted] main | |
| [0] multi main 40 bytes {0} [built] | |
| + 694 hidden modules | |
| ERROR in ./client/ui/components/pages/AddonsListPage.jsx | |
| Module not found: Error: Cannot resolve 'file' or 'directory' ../AddonsList in /Users/rhelmer/src/morgoth/client/ui/components/pages | |
| @ ./client/ui/components/pages/AddonsListPage.jsx 15:18-42 | |
| ERROR in ./client/ui/components/pages/AddonGroupsListPage.jsx | |
| Module not found: Error: Cannot resolve 'file' or 'directory' ../AddonGroupsList in /Users/rhelmer/src/morgoth/client/ui/components/pages | |
| @ ./client/ui/components/pages/AddonGroupsListPage.jsx 15:23-52 | |
| Child extract-text-webpack-plugin: | |
| + 2 hidden modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment