Created
March 7, 2018 16:02
-
-
Save priley86/ba9ca5dbb430348f0e4e9c5cd789c7b3 to your computer and use it in GitHub Desktop.
new error with babel settings sync'd
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
| ~/GitHub/manageiq-ui-classic @ ovpn-121-134 (priley) | |
| => NODE_ENV=development ./node_modules/.bin/webpack-dev-server --config config/webpack/development.js | |
Project is running at http://0.0.0.0:8080/ | |
webpack output is served from /packs/ | |
Content not from webpack is served from /Users/priley/GitHub/manageiq/public/packs | |
404s will fallback to /index.html | |
ts-loader: Using [email protected] and /Users/priley/GitHub/manageiq-ui-classic/tsconfig.json | |
[BABEL] Note: The code generator has deoptimised the styling of "/Users/priley/GitHub/manageiq-ui-classic/node_modules/react-dom/cjs/react-dom.development.js" as it exceeds the max of "500KB". | |
(node:4017) DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead. | |
Hash: 6d6aa0681ca0d2ca61e9 | |
Version: webpack 3.2.0 | |
Time: 88601ms | |
Asset Size Chunks Chunk Names | |
[email protected] 431 kB [emitted] [big] | |
miq_v2v_ui/migration.js 14.7 MB 0 [emitted] [big] miq_v2v_ui/migration | |
manageiq-ui-classic/application-common.js 2.15 MB 1 [emitted] [big] manageiq-ui-classic/application-common | |
manageiq-ui-classic/miq-redux-common.js 123 kB 2 [emitted] manageiq-ui-classic/miq-redux-common | |
vendor.js 984 kB 3 [emitted] [big] vendor | |
manifest.json 365 bytes [emitted] | |
[119] ../miq_v2v_ui_plugin/app/javascript/components/componentRegistry.js 1.56 kB {0} [built] | |
[185] (webpack)-dev-server/client?http://0.0.0.0:8080 5.64 kB {3} [built] | |
[349] ./app/javascript/react/componentRegistry.js 2.2 kB {1} [built] | |
[664] multi (webpack)-dev-server/client?http://0.0.0.0:8080 ./app/javascript/packs/application-common.js 40 bytes {1} [built] | |
[665] ./node_modules/url/url.js 23.5 kB {3} [built] | |
[671] ./node_modules/strip-ansi/index.js 161 bytes {3} [built] | |
[673] (webpack)-dev-server/client/socket.js 872 bytes {3} [built] | |
[709] (webpack)/hot/emitter.js 89 bytes {3} [built] | |
[710] ./app/javascript/packs/application-common.js 1.22 kB {1} [built] | |
[711] ./app/javascript/react/mounter.js 1.01 kB {1} [built] | |
[736] multi (webpack)-dev-server/client?http://0.0.0.0:8080 ./app/javascript/packs/miq-redux-common.js 40 bytes {2} [built] | |
[737] ./app/javascript/packs/miq-redux-common.js 121 bytes {2} [built] | |
[738] ./app/javascript/miq-redux/index.ts 811 bytes {2} [built] | |
[744] multi (webpack)-dev-server/client?http://0.0.0.0:8080 ../miq_v2v_ui_plugin/app/javascript/packs/migration.js 40 bytes {0} [built] | |
[745] ../miq_v2v_ui_plugin/app/javascript/packs/migration.js 513 bytes {0} [built] | |
+ 1430 hidden modules | |
ERROR in ../miq_v2v_ui_plugin/node_modules/react-fontawesome/lib/index.js | |
Module build failed: ReferenceError: Unknown plugin "add-module-exports" specified in "/Users/priley/GitHub/miq_v2v_ui_plugin/node_modules/react-fontawesome/.babelrc" at 0, attempted to resolve relative to "/Users/priley/GitHub/miq_v2v_ui_plugin/node_modules/react-fontawesome" | |
at /Users/priley/GitHub/manageiq-ui-classic/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 | |
at Array.map (<anonymous>) | |
at Function.normalisePlugins (/Users/priley/GitHub/manageiq-ui-classic/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) | |
at OptionManager.mergeOptions (/Users/priley/GitHub/manageiq-ui-classic/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) | |
at OptionManager.init (/Users/priley/GitHub/manageiq-ui-classic/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) | |
at File.initOptions (/Users/priley/GitHub/manageiq-ui-classic/node_modules/babel-core/lib/transformation/file/index.js:212:65) | |
at new File (/Users/priley/GitHub/manageiq-ui-classic/node_modules/babel-core/lib/transformation/file/index.js:135:24) | |
at Pipeline.transform (/Users/priley/GitHub/manageiq-ui-classic/node_modules/babel-core/lib/transformation/pipeline.js:46:16) | |
at transpile (/Users/priley/GitHub/manageiq-ui-classic/node_modules/babel-loader/lib/index.js:48:20) | |
at Object.module.exports (/Users/priley/GitHub/manageiq-ui-classic/node_modules/babel-loader/lib/index.js:163:20) | |
@ ../miq_v2v_ui_plugin/node_modules/patternfly-react/dist/js/components/Icon/Icon.js 15:24-52 | |
@ ../miq_v2v_ui_plugin/node_modules/patternfly-react/dist/js/components/Icon/index.js | |
@ ../miq_v2v_ui_plugin/node_modules/patternfly-react/dist/js/index.js | |
@ ../miq_v2v_ui_plugin/app/javascript/react/screens/App/Overview/Overview.js | |
@ ../miq_v2v_ui_plugin/app/javascript/react/screens/App/Overview/index.js | |
@ ../miq_v2v_ui_plugin/app/javascript/components/index.js | |
@ ../miq_v2v_ui_plugin/app/javascript/packs/migration.js | |
@ multi (webpack)-dev-server/client?http://0.0.0.0:8080 ../miq_v2v_ui_plugin/app/javascript/packs/migration.js | |
webpack: Failed to compile. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment