Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nathancolgate/34e6bd699f82618277e7e718530e99bd to your computer and use it in GitHub Desktop.
Save nathancolgate/34e6bd699f82618277e7e718530e99bd to your computer and use it in GitHub Desktop.
webpacker_1 | ℹ 「wdm」: Failed to compile.
webpacker_1 | ✖ 「wdm」: Hash: 3a4e636409bd11d802a3
webpacker_1 | Version: webpack 4.29.6
webpacker_1 | Time: 2096ms
webpacker_1 | Built at: 04/12/2019 11:36:00 AM
webpacker_1 | Asset Size Chunks Chunk Names
webpacker_1 | js/application-ccae482cc60dff2d1d2f.js 781 KiB application [emitted] application
webpacker_1 | js/application-ccae482cc60dff2d1d2f.js.map 943 KiB application [emitted] application
webpacker_1 | manifest.json 364 bytes [emitted]
webpacker_1 |
webpacker_1 | ERROR in ./vendor/keen_v1.3.9/dist/default/assets/vendors/base/vendors.bundle.js
webpacker_1 | Module build failed (from ./node_modules/babel-loader/lib/index.js):
webpacker_1 | SyntaxError: /app/vendor/keen_v1.3.9/dist/default/assets/vendors/base/vendors.bundle.js: Identifier '_classCallCheck' has already been declared (39472:9)
webpacker_1 |
webpacker_1 | 39470 | function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
webpacker_1 | 39471 |
webpacker_1 | > 39472 | function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
webpacker_1 | | ^
webpacker_1 | 39473 |
webpacker_1 | 39474 | /*
webpacker_1 | 39475 | *
webpacker_1 | at Parser.raise (/app/node_modules/@babel/parser/lib/index.js:3851:17)
webpacker_1 | at ScopeHandler.declareName (/app/node_modules/@babel/parser/lib/index.js:8811:12)
webpacker_1 | at Parser.checkLVal (/app/node_modules/@babel/parser/lib/index.js:5535:22)
webpacker_1 | at Parser.parseFunction (/app/node_modules/@babel/parser/lib/index.js:7988:14)
webpacker_1 | at Parser.parseFunctionStatement (/app/node_modules/@babel/parser/lib/index.js:7639:17)
webpacker_1 | at Parser.parseStatementContent (/app/node_modules/@babel/parser/lib/index.js:7329:21)
webpacker_1 | at Parser.parseStatement (/app/node_modules/@babel/parser/lib/index.js:7291:17)
webpacker_1 | at Parser.parseBlockOrModuleBlockBody (/app/node_modules/@babel/parser/lib/index.js:7868:25)
webpacker_1 | at Parser.parseBlockBody (/app/node_modules/@babel/parser/lib/index.js:7855:10)
webpacker_1 | at Parser.parseTopLevel (/app/node_modules/@babel/parser/lib/index.js:7220:10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment