Topic: Upgrading jq-pro 4.7.7 to 4.8 broke my webpack
I simply ran a yarn upgrade.
Now when I try to compile I get
ERROR Failed to compile with 1 errors 9:36:29 AM
This dependency was not found:
- mdbootstrap-pro in ./assets/js/app.js
Nothing else changed. Previous upgrades ran smoothly.
david1 pro answered 6 years ago
FYI for anyone else effected:
Simply append the 4.7.7 commit to your package.json dependency entry:
@git.mdbootstrap.com/mdb/jquery/jq-pro.git#0f77969fb0a21a6a9e59ec7c3afd61e9f13a126a
This will go back to 4.7.7 until 4.8 issue is resolved.
Bartłomiej Malanowski staff pro premium commented 6 years ago
Thank you for the workaround. We're working to remove this issue from the next version
els.tech answered 6 years ago
david1 pro answered 5 years ago
TomekMakowski staff answered 5 years ago
david1 pro answered 5 years ago
Thanks TomekMakowski for the heads up.
I re-visited this and took a deeper look at the issue.
I ran yarn encore dev --verbose and examined the error more closely.
What I found is that in 4.7.7 the package.json file had a "main" value of "js/mdb.js".
In 4.8.x that was changed to "index.js".
Granted, webpack is still magic to me, but there is no file named index.js anywhere in the node_modules/mdbootstrap-pro directory or subdirectories.
However, when I change the "main" entry in package.json to "js/mdb.js" (which actually exists), everything works perfectly.
I'm not sure of the standard webpack practice here. I'm not sure if your package.json file is wrong or my configuration is wrong.
I'm using Symfony Encore to handle webpack. It worked without any modification in 4.7.7 and broke with 4.8.
I'm researching how to define an alias for index.js, but again, it's all magic to me at this point.
david1 pro answered 5 years ago
This is still an issue (I think) in 4.8.7
I'm not sure exactly why the package.json references a non-existant file, but when I change the "main" entry in package.json from "index.js" to "js/mdb.js" everything works perfectly.
david1 pro answered 5 years ago
This is still an issue in 4.8.8
I'm not sure exactly why the package.json references a non-existent file, but when I change the "main" entry in package.json from "index.js" to "js/mdb.js" everything works perfectly.
Am I missing something?
david1 pro answered 5 years ago
Denzil answered 5 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.7.7
- Device: Macbook Pro
- Browser: NA
- OS: Mac
- Provided sample code: No
- Provided link: No
Bartłomiej Malanowski staff pro premium commented 6 years ago
Is this the full output from the yarn upgrade command?
david1 pro commented 6 years ago
I don't see how to attach files here, but here is output...
yarn upgrade v1.15.2 [1/4] Resolving packages... warning jquery.inputmask@3.3.4: Use npm i inputmask instead [2/4] Fetching packages... [3/4] Linking dependencies... warning " > sass-loader@7.1.0" has unmet peer dependency "webpack@^3.0.0 || ^4.0.0". [4/4] Rebuilding all packages... success Saved lockfile. success Saved 662 new dependencies. info Direct dependencies ├─ @fortawesome/fontawesome-pro@5.8.1 ├─ @symfony/webpack-encore@0.22.4 ├─ bootstrap@4.3.1 ├─ dropzone@5.5.1 ├─ jquery-mask-plugin@1.14.15 ├─ jquery.inputmask@3.3.4 ├─ jquery@3.4.0 ├─ mdbootstrap-pro@4.8.0 ├─ moment-timezone@0.5.25 ├─ moment@2.24.0 ├─ node-sass@4.12.0 ├─ popper.js@1.15.0 ├─ pusher-js@4.4.0 ├─ sass-loader@7.1.0 ├─ select2@4.0.6 ├─ sticky-table-headers@0.1.24 ├─ toastr@2.1.4 └─ webpack-notifier@1.7.0 info All dependencies ├─ @babel/core@7.4.4 ├─ @babel/helper-builder-binary-assignment-operator-visitor@7.1.0 ├─ @babel/helper-call-delegate@7.4.4 ├─ @babel/helper-define-map@7.4.4 ├─ @babel/helper-explode-assignable-expression@7.1.0 ├─ @babel/helper-member-expression-to-functions@7.0.0 ├─ @babel/helper-module-transforms@7.4.4 ├─ @babel/helper-replace-supers@7.4.4 ├─ @babel/helper-wrap-function@7.2.0 ├─ @babel/helpers@7.4.4 ├─ @babel/highlight@7.0.0 ├─ @babel/plugin-proposal-async-generator-functions@7.2.0 ├─ @babel/plugin-proposal-json-strings@7.2.0 ├─ @babel/plugin-proposal-object-rest-spread@7.4.4 ├─ @babel/plugin-proposal-optional-catch-binding@7.2.0 ├─ @babel/plugin-proposal-unicode-property-regex@7.4.4 ├─ @babel/plugin-syntax-dynamic-import@7.2.0 ├─ @babel/plugin-transform-arrow-functions@7.2.0 ├─ @babel/plugin-transform-async-to-generator@7.4.4 ├─ @babel/plugin-transform-block-scoped-functions@7.2.0 ├─ @babel/plugin-transform-block-scoping@7.4.4 ├─ @babel/plugin-transform-classes@7.4.4 ├─ @babel/plugin-transform-computed-properties@7.2.0 ├─ @babel/plugin-transform-destructuring@7.4.4 ├─ @babel/plugin-transform-dotall-regex@7.4.4 ├─ @babel/plugin-transform-duplicate-keys@7.2.0 ├─ @babel/plugin-transform-exponentiation-operator@7.2.0 ├─ @babel/plugin-transform-for-of@7.4.4 ├─ @babel/plugin-transform-function-name@7.4.4 ├─ @babel/plugin-transform-literals@7.2.0 ├─ @babel/plugin-transform-member-expression-literals@7.2.0 ├─ @babel/plugin-transform-modules-amd@7.2.0 ├─ @babel/plugin-transform-modules-commonjs@7.4.4 ├─ @babel/plugin-transform-modules-systemjs@7.4.4 ├─ @babel/plugin-transform-modules-umd@7.2.0 ├─ @babel/plugin-transform-named-capturing-groups-regex@7.4.4 ├─ @babel/plugin-transform-new-target@7.4.4 ├─ @babel/plugin-transform-object-super@7.2.0 ├─ @babel/plugin-transform-parameters@7.4.4 ├─ @babel/plugin-transform-property-literals@7.2.0 ├─ @babel/plugin-transform-regenerator@7.4.4 ├─ @babel/plugin-transform-reserved-words@7.2.0 ├─ @babel/plugin-transform-shorthand-properties@7.2.0 ├─ @babel/plugin-transform-spread@7.2.2 ├─ @babel/plugin-transform-sticky-regex@7.2.0 ├─ @babel/plugin-transform-template-literals@7.4.4 ├─ @babel/plugin-transform-typeof-symbol@7.2.0 ├─ @babel/plugin-transform-unicode-regex@7.4.4 ├─ @babel/preset-env@7.4.4 ├─ @fortawesome/fontawesome-pro@5.8.1 ├─ @symfony/webpack-encore@0.22.4 ├─ @types/anymatch@1.3.1 ├─ @types/events@3.0.0 ├─ @types/glob@7.1.1 ├─ @types/minimatch@3.0.3 ├─ @types/q@1.5.2 ├─ @types/tapable@1.0.4 ├─ @types/uglify-js@3.0.4 ├─ @types/webpack@4.4.29 ├─ @webassemblyjs/floating-point-hex-parser@1.8.5 ├─ @webassemblyjs/helper-code-frame@1.8.5 ├─ @webassemblyjs/helper-fsm@1.8.5 ├─ @webassemblyjs/helper-wasm-section@1.8.5 ├─ @webassemblyjs/wasm-edit@1.8.5 ├─ @webassemblyjs/wasm-opt@1.8.5 ├─ @xtuc/ieee754@1.2.0 ├─ abbrev@1.1.1 ├─ accepts@1.3.7 ├─ acorn-dynamic-import@4.0.0 ├─ acorn@6.1.1 ├─ adjust-sourcemap-loader@1.2.0 ├─ ajv-errors@1.0.1 ├─ ajv@6.10.0 ├─ almond@0.3.3 ├─ amdefine@1.0.1 ├─ ansi-colors@3.2.4 ├─ ansi-html@0.0.7 ├─ ansi-styles@3.2.1 ├─ anymatch@2.0.0 ├─ aproba@1.2.0 ├─ are-we-there-yet@1.1.5 ├─ argparse@1.0.10 ├─ arr-flatten@1.1.0 ├─ array-find-index@1.0.2 ├─ array-flatten@1.1.1 ├─ array-union@1.0.2 ├─ array-uniq@1.0.3 ├─ asn1.js@4.10.1 ├─ asn1@0.2.4 ├─ assert@1.4.1 ├─ assets-webpack-plugin@3.9.10 ├─ assign-symbols@1.0.0 ├─ async-each@1.0.3 ├─ async-foreach@0.1.3 ├─ async@1.5.2 ├─ asynckit@0.4.0 ├─ atob@2.1.2 ├─ aws-sign2@0.7.0 ├─ aws4@1.8.0 ├─ babel-code-frame@6.26.0 ├─ babel-loader@8.0.5 ├─ balanced-match@1.0.0 ├─ base@0.11.2 ├─ base64-js@1.3.0 ├─ batch@0.6.1 ├─ bcrypt-pbkdf@1.0.2 ├─ big.js@5.2.2 ├─ binary-extensions@1.13.1 ├─ block-stream@0.0.9 ├─ bluebird@3.5.4 ├─ body-parser@1.18.3 ├─ bonjour@3.5.0 ├─ boolbase@1.0.0 ├─ bootstrap@4.3.1 ├─ brace-expansion@1.1.11 ├─ braces@2.3.2 ├─ browserify-aes@1.2.0 ├─ browserify-cipher@1.0.1 ├─ browserify-des@1.0.2 ├─ browserify-sign@4.0.4 ├─ browserify-zlib@0.2.0 ├─ buffer-indexof@1.1.1 ├─ buffer-xor@1.0.3 ├─ buffer@4.9.1 ├─ builtin-status-codes@3.0.0 ├─ cacache@11.3.2 ├─ cache-base@1.0.1 ├─ caller-callsite@2.0.0 ├─ caller-path@2.0.0 ├─ callsites@2.0.0 ├─ camelcase-keys@2.1.0 ├─ caniuse-lite@1.0.30000963 ├─ caseless@0.12.0 ├─ chokidar@2.1.5 ├─ chownr@1.1.1 ├─ chrome-trace-event@1.0.0 ├─ class-utils@0.3.6 ├─ clean-webpack-plugin@0.1.19 ├─ clone-deep@2.0.2 ├─ coa@2.0.2 ├─ code-point-at@1.1.0 ├─ collection-visit@1.0.0 ├─ color-convert@1.9.3 ├─ color-name@1.1.3 ├─ color-string@1.5.3 ├─ color@3.1.1 ├─ combined-stream@1.0.7 ├─ commander@2.20.0 ├─ commondir@1.0.1 ├─ compressible@2.0.17 ├─ compression@1.7.4 ├─ concat-map@0.0.1 ├─ concat-stream@1.6.2 ├─ connect-history-api-fallback@1.6.0 ├─ console-browserify@1.1.0 ├─ console-control-strings@1.1.0 ├─ constants-browserify@1.0.0 ├─ content-disposition@0.5.2 ├─ convert-source-map@1.6.0 ├─ cookie-signature@1.0.6 ├─ cookie@0.3.1 ├─ copy-concurrently@1.0.5 ├─ copy-descriptor@0.1.1 ├─ core-js-compat@3.0.1 ├─ core-js-pure@3.0.1 ├─ core-js@3.0.1 ├─ core-util-is@1.0.2 ├─ cosmiconfig@5.2.0 ├─ create-ecdh@4.0.3 ├─ create-hmac@1.1.7 ├─ cross-spawn@6.0.5 ├─ crypto-browserify@3.12.0 ├─ css-color-names@0.0.4 ├─ css-declaration-sorter@4.0.1 ├─ css-loader@1.0.1 ├─ css-select-base-adapter@0.1.1 ├─ css-select@1.2.0 ├─ css-tree@1.0.0-alpha.28 ├─ css-unit-converter@1.1.1 ├─ css-url-regex@1.1.0 ├─ css-what@2.1.3 ├─ css@2.2.4 ├─ cssesc@0.1.0 ├─ cssnano-preset-default@4.0.7 ├─ cssnano-util-raw-cache@4.0.1 ├─ cssnano-util-same-parent@4.0.1 ├─ cssnano@4.1.10 ├─ csso@3.5.1 ├─ currently-unhandled@0.4.1 ├─ cyclist@0.2.2 ├─ dashdash@1.14.1 ├─ date-now@0.1.4 ├─ debug@2.6.9 ├─ decamelize@1.2.0 ├─ decode-uri-component@0.2.0 ├─ deep-equal@1.0.1 ├─ deep-extend@0.6.0 ├─ default-gateway@4.2.0 ├─ define-properties@1.1.3 ├─ del@4.1.1 ├─ delayed-stream@1.0.0 ├─ delegates@1.0.0 ├─ des.js@1.0.0 ├─ destroy@1.0.4 ├─ detect-file@1.0.0 ├─ detect-libc@1.0.3 ├─ detect-node@2.0.4 ├─ diffie-hellman@5.0.3 ├─ dns-equal@1.0.0 ├─ dns-packet@1.3.1 ├─ dns-txt@2.0.2 ├─ dom-converter@0.2.0 ├─ domain-browser@1.2.0 ├─ domelementtype@1.3.1 ├─ domhandler@2.4.2 ├─ domutils@1.7.0 ├─ dot-prop@4.2.0 ├─ dropzone@5.5.1 ├─ duplexify@3.7.1 ├─ ecc-jsbn@0.1.2 ├─ ee-first@1.1.1 ├─ electron-to-chromium@1.3.127 ├─ emojis-list@2.1.0 ├─ errno@0.1.7 ├─ error-ex@1.3.2 ├─ error-stack-parser@2.0.2 ├─ es-abstract@1.13.0 ├─ es-to-primitive@1.2.0 ├─ escape-string-regexp@1.0.5 ├─ eslint-scope@4.0.3 ├─ esprima@4.0.1 ├─ esrecurse@4.2.1 ├─ estraverse@4.2.0 ├─ eventemitter3@3.1.2 ├─ events@3.0.0 ├─ eventsource@1.0.7 ├─ expand-brackets@2.1.4 ├─ expand-tilde@2.0.2 ├─ express@4.16.4 ├─ extend@3.0.2 ├─ extglob@2.0.4 ├─ extsprintf@1.3.0 ├─ fast-deep-equal@2.0.1 ├─ fast-json-stable-stringify@2.0.0 ├─ fast-levenshtein@2.0.6 ├─ fastparse@1.1.2 ├─ faye-websocket@0.9.4 ├─ file-loader@1.1.11 ├─ fill-range@4.0.0 ├─ finalhandler@1.1.1 ├─ findup-sync@2.0.0 ├─ flush-write-stream@1.1.1 ├─ follow-redirects@1.7.0 ├─ for-in@1.0.2 ├─ for-own@1.0.0 ├─ forever-agent@0.6.1 ├─ form-data@2.3.3 ├─ forwarded@0.1.2 ├─ friendly-errors-webpack-plugin@1.7.0 ├─ from2@2.3.0 ├─ fs-extra@2.1.2 ├─ fs-minipass@1.2.5 ├─ fs.realpath@1.0.0 ├─ fsevents@1.2.9 ├─ fstream@1.0.11 ├─ gauge@2.7.4 ├─ gaze@1.1.3 ├─ get-stream@4.1.0 ├─ get-value@2.0.6 ├─ getpass@0.1.7 ├─ glob-parent@3.1.0 ├─ glob@7.1.3 ├─ global-prefix@1.0.2 ├─ globby@6.1.0 ├─ globule@1.2.1 ├─ growly@1.3.0 ├─ handle-thing@2.0.0 ├─ har-schema@2.0.0 ├─ har-validator@5.1.3 ├─ has-ansi@2.0.0 ├─ has-symbols@1.0.0 ├─ has-unicode@2.0.1 ├─ has-value@1.0.0 ├─ has-values@1.0.0 ├─ hash.js@1.1.7 ├─ hex-color-regex@1.1.0 ├─ hmac-drbg@1.0.1 ├─ hosted-git-info@2.7.1 ├─ hpack.js@2.1.6 ├─ hsl-regex@1.0.0 ├─ hsla-regex@1.0.0 ├─ html-comment-regex@1.1.2 ├─ html-entities@1.2.1 ├─ htmlparser2@3.10.1 ├─ http-deceiver@1.2.7 ├─ http-errors@1.6.3 ├─ http-parser-js@0.5.0 ├─ http-proxy-middleware@0.19.1 ├─ http-proxy@1.17.0 ├─ http-signature@1.2.0 ├─ https-browserify@1.0.0 ├─ icss-replace-symbols@1.1.0 ├─ icss-utils@2.1.0 ├─ ieee754@1.1.13 ├─ ignore-walk@3.0.1 ├─ import-fresh@2.0.0 ├─ in-publish@2.0.0 ├─ indent-string@2.1.0 ├─ indexof@0.0.1 ├─ inflight@1.0.6 ├─ ini@1.3.5 ├─ internal-ip@4.3.0 ├─ interpret@1.2.0 ├─ invariant@2.2.4 ├─ invert-kv@1.0.0 ├─ ip-regex@2.1.0 ├─ ip@1.1.5 ├─ ipaddr.js@1.9.0 ├─ is-absolute-url@2.1.0 ├─ is-accessor-descriptor@1.0.0 ├─ is-arrayish@0.2.1 ├─ is-binary-path@1.0.1 ├─ is-color-stop@1.1.0 ├─ is-data-descriptor@1.0.0 ├─ is-date-object@1.0.1 ├─ is-descriptor@1.0.2 ├─ is-directory@0.3.1 ├─ is-extglob@2.1.1 ├─ is-finite@1.0.2 ├─ is-fullwidth-code-point@2.0.0 ├─ is-obj@1.0.1 ├─ is-path-cwd@2.1.0 ├─ is-path-in-cwd@2.1.0 ├─ is-path-inside@2.1.0 ├─ is-regex@1.0.4 ├─ is-resolvable@1.1.0 ├─ is-svg@3.0.0 ├─ is-symbol@1.0.2 ├─ is-typedarray@1.0.0 ├─ is-utf8@0.2.1 ├─ is-windows@1.0.2 ├─ isarray@1.0.0 ├─ isexe@2.0.0 ├─ isstream@0.1.2 ├─ jquery-mask-plugin@1.14.15 ├─ jquery-mousewheel@3.1.13 ├─ jquery.inputmask@3.3.4 ├─ jquery@3.4.0 ├─ js-base64@2.5.1 ├─ js-levenshtein@1.1.6 ├─ js-tokens@4.0.0 ├─ js-yaml@3.13.1 ├─ json-parse-better-errors@1.0.2 ├─ json-schema-traverse@0.4.1 ├─ json-schema@0.2.3 ├─ json-stringify-safe@5.0.1 ├─ json3@3.3.2 ├─ json5@1.0.1 ├─ jsonfile@2.4.0 ├─ jsprim@1.4.1 ├─ killable@1.0.1 ├─ kind-of@3.2.2 ├─ last-call-webpack-plugin@3.0.0 ├─ load-json-file@1.1.0 ├─ loader-runner@2.4.0 ├─ loader-utils@1.2.3 ├─ locate-path@3.0.0 ├─ lodash._baseassign@3.2.0 ├─ lodash._basecopy@3.0.1 ├─ lodash._bindcallback@3.0.1 ├─ lodash._createassigner@3.1.1 ├─ lodash._getnative@3.9.1 ├─ lodash._isiterateecall@3.0.9 ├─ lodash.assign@4.2.0 ├─ lodash.defaults@4.2.0 ├─ lodash.isarguments@3.1.0 ├─ lodash.isarray@3.0.4 ├─ lodash.memoize@4.1.2 ├─ lodash.tail@4.1.1 ├─ lodash.uniq@4.5.0 ├─ lodash@4.17.11 ├─ loglevel@1.6.1 ├─ loose-envify@1.4.0 ├─ loud-rejection@1.6.0 ├─ make-dir@2.1.0 ├─ mamacro@0.0.3 ├─ map-age-cleaner@0.1.3 ├─ map-obj@1.0.1 ├─ map-visit@1.0.0 ├─ mdbootstrap-pro@4.8.0 ├─ media-typer@0.3.0 ├─ mem@4.3.0 ├─ memory-fs@0.4.1 ├─ meow@3.7.0 ├─ merge-descriptors@1.0.1 ├─ methods@1.1.2 ├─ miller-rabin@4.0.1 ├─ mime-db@1.40.0 ├─ mime-types@2.1.24 ├─ mime@2.4.2 ├─ mimic-fn@2.1.0 ├─ mini-css-extract-plugin@0.4.2 ├─ minimalistic-crypto-utils@1.0.1 ├─ minimatch@3.0.4 ├─ minimist@1.2.0 ├─ minizlib@1.2.1 ├─ mississippi@3.0.0 ├─ mixin-deep@1.3.1 ├─ mixin-object@2.0.1 ├─ mkdirp@0.5.1 ├─ moment-timezone@0.5.25 ├─ moment@2.24.0 ├─ move-concurrently@1.0.1 ├─ multicast-dns-service-types@1.1.0 ├─ multicast-dns@6.2.3 ├─ nan@2.13.2 ├─ nanomatch@1.2.13 ├─ needle@2.3.1 ├─ negotiator@0.6.2 ├─ nice-try@1.0.5 ├─ node-forge@0.7.5 ├─ node-gyp@3.8.0 ├─ node-libs-browser@2.2.0 ├─ node-notifier@5.4.0 ├─ node-pre-gyp@0.12.0 ├─ node-releases@1.1.17 ├─ node-sass@4.12.0 ├─ nopt@3.0.6 ├─ normalize-package-data@2.5.0 ├─ normalize-path@3.0.0 ├─ normalize-url@3.3.0 ├─ npm-bundled@1.0.6 ├─ npm-packlist@1.4.1 ├─ npmlog@4.1.2 ├─ nth-check@1.0.2 ├─ oauth-sign@0.9.0 ├─ object-assign@4.1.1 ├─ object-copy@0.1.0 ├─ object-path@0.9.2 ├─ object.getownpropertydescriptors@2.0.3 ├─ object.values@1.1.0 ├─ obuf@1.1.2 ├─ on-headers@1.0.2 ├─ opn@5.5.0 ├─ optimize-css-assets-webpack-plugin@5.0.1 ├─ original@1.0.2 ├─ os-browserify@0.3.0 ├─ os-homedir@1.0.2 ├─ os-locale@3.1.0 ├─ os-tmpdir@1.0.2 ├─ osenv@0.1.5 ├─ p-defer@1.0.0 ├─ p-is-promise@2.1.0 ├─ p-limit@2.2.0 ├─ p-locate@3.0.0 ├─ p-map@2.1.0 ├─ p-try@2.2.0 ├─ pako@1.0.10 ├─ parallel-transform@1.1.0 ├─ parse-passwd@1.0.0 ├─ pascalcase@0.1.1 ├─ path-browserify@0.0.0 ├─ path-dirname@1.0.2 ├─ path-is-inside@1.0.2 ├─ path-key@2.0.1 ├─ path-parse@1.0.6 ├─ path-to-regexp@0.1.7 ├─ path-type@1.1.0 ├─ performance-now@2.1.0 ├─ pinkie@2.0.4 ├─ pkg-up@1.0.0 ├─ popper.js@1.15.0 ├─ portfinder@1.0.20 ├─ posix-character-classes@0.1.1 ├─ postcss-calc@7.0.1 ├─ postcss-colormin@4.0.3 ├─ postcss-convert-values@4.0.1 ├─ postcss-discard-comments@4.0.2 ├─ postcss-discard-duplicates@4.0.2 ├─ postcss-discard-empty@4.0.1 ├─ postcss-discard-overridden@4.0.1 ├─ postcss-merge-longhand@4.0.11 ├─ postcss-merge-rules@4.0.3 ├─ postcss-minify-font-values@4.0.2 ├─ postcss-minify-gradients@4.0.2 ├─ postcss-minify-params@4.0.2 ├─ postcss-minify-selectors@4.0.2 ├─ postcss-modules-extract-imports@1.2.1 ├─ postcss-modules-local-by-default@1.2.0 ├─ postcss-modules-scope@1.1.0 ├─ postcss-modules-values@1.3.0 ├─ postcss-normalize-charset@4.0.1 ├─ postcss-normalize-display-values@4.0.2 ├─ postcss-normalize-positions@4.0.2 ├─ postcss-normalize-repeat-style@4.0.2 ├─ postcss-normalize-string@4.0.2 ├─ postcss-normalize-timing-functions@4.0.2 ├─ postcss-normalize-unicode@4.0.1 ├─ postcss-normalize-url@4.0.1 ├─ postcss-normalize-whitespace@4.0.2 ├─ postcss-ordered-values@4.1.2 ├─ postcss-reduce-initial@4.0.3 ├─ postcss-reduce-transforms@4.0.2 ├─ postcss-svgo@4.0.2 ├─ postcss-unique-selectors@4.0.1 ├─ pretty-error@2.1.1 ├─ private@0.1.8 ├─ process-nextick-args@2.0.0 ├─ process@0.11.10 ├─ promise-inflight@1.0.1 ├─ proxy-addr@2.0.5 ├─ prr@1.0.1 ├─ pseudomap@1.0.2 ├─ psl@1.1.31 ├─ public-encrypt@4.0.3 ├─ pumpify@1.5.1 ├─ punycode@1.4.1 ├─ pusher-js@4.4.0 ├─ q@1.5.1 ├─ qs@6.5.2 ├─ querystring-es3@0.2.1 ├─ querystring@0.2.0 ├─ querystringify@2.1.1 ├─ randomfill@1.0.4 ├─ raw-body@2.3.3 ├─ rc@1.2.8 ├─ read-pkg@1.1.0 ├─ readdirp@2.2.1 ├─ redent@1.0.0 ├─ regenerate-unicode-properties@8.0.2 ├─ regenerator-transform@0.13.4 ├─ regex-parser@2.2.10 ├─ regexp-tree@0.1.6 ├─ regjsgen@0.5.0 ├─ regjsparser@0.6.0 ├─ remove-trailing-separator@1.1.0 ├─ renderkid@2.0.3 ├─ repeat-element@1.1.3 ├─ repeating@2.0.1 ├─ request@2.88.0 ├─ resolve-cwd@2.0.0 ├─ resolve-dir@1.0.1 ├─ resolve-url-loader@2.3.2 ├─ resolve-url@0.2.1 ├─ resolve@1.10.1 ├─ ret@0.1.15 ├─ rework-visit@1.0.0 ├─ rework@1.0.1 ├─ rgb-regex@1.0.1 ├─ rgba-regex@1.0.0 ├─ run-queue@1.0.3 ├─ safer-buffer@2.1.2 ├─ sass-graph@2.2.4 ├─ sass-loader@7.1.0 ├─ sax@1.2.4 ├─ scss-tokenizer@0.2.3 ├─ select-hose@2.0.0 ├─ select2@4.0.6 ├─ selfsigned@1.10.4 ├─ serialize-javascript@1.7.0 ├─ serve-index@1.9.1 ├─ serve-static@1.13.2 ├─ set-value@2.0.0 ├─ setimmediate@1.0.5 ├─ shallow-clone@1.0.0 ├─ shebang-regex@1.0.0 ├─ shellwords@0.1.1 ├─ simple-swizzle@0.2.2 ├─ snapdragon-node@2.1.1 ├─ snapdragon-util@3.0.1 ├─ sockjs-client@1.3.0 ├─ sockjs@0.3.19 ├─ source-map-resolve@0.5.2 ├─ source-map-support@0.5.12 ├─ source-map-url@0.4.0 ├─ spdx-correct@3.1.0 ├─ spdx-exceptions@2.2.0 ├─ spdy-transport@3.0.0 ├─ spdy@4.0.0 ├─ split-string@3.1.0 ├─ sprintf-js@1.0.3 ├─ sshpk@1.16.1 ├─ ssri@6.0.1 ├─ stable@0.1.8 ├─ stackframe@1.0.4 ├─ static-extend@0.1.2 ├─ stdout-stream@1.4.1 ├─ sticky-table-headers@0.1.24 ├─ stream-browserify@2.0.2 ├─ stream-each@1.2.3 ├─ stream-http@2.8.3 ├─ string_decoder@1.2.0 ├─ string-width@2.1.1 ├─ strip-bom@2.0.0 ├─ strip-indent@1.0.1 ├─ strip-json-comments@2.0.1 ├─ style-loader@0.21.0 ├─ stylehacks@4.0.3 ├─ supports-color@5.5.0 ├─ svgo@1.2.2 ├─ tar@2.2.1 ├─ terser@3.17.0 ├─ through2@2.0.5 ├─ thunky@1.0.3 ├─ timers-browserify@2.0.10 ├─ timsort@0.3.0 ├─ tmp@0.0.33 ├─ to-arraybuffer@1.0.1 ├─ to-fast-properties@2.0.0 ├─ to-regex-range@2.1.1 ├─ toastr@2.1.4 ├─ tough-cookie@2.4.3 ├─ trim-newlines@1.0.0 ├─ trim-right@1.0.1 ├─ true-case-path@1.0.3 ├─ tslib@1.9.3 ├─ tty-browserify@0.0.0 ├─ tunnel-agent@0.6.0 ├─ tweetnacl-util@0.15.0 ├─ tweetnacl@0.14.5 ├─ typedarray@0.0.6 ├─ unicode-canonical-property-names-ecmascript@1.0.4 ├─ unicode-match-property-ecmascript@1.0.4 ├─ unicode-match-property-value-ecmascript@1.1.0 ├─ unicode-property-aliases-ecmascript@1.0.5 ├─ union-value@1.0.0 ├─ unique-filename@1.1.1 ├─ unique-slug@2.0.1 ├─ universalify@0.1.2 ├─ unpipe@1.0.0 ├─ unquote@1.1.1 ├─ unset-value@1.0.0 ├─ upath@1.1.2 ├─ uri-js@4.2.2 ├─ use@3.1.1 ├─ util-deprecate@1.0.2 ├─ util.promisify@1.0.0 ├─ util@0.11.1 ├─ utils-merge@1.0.1 ├─ v8-compile-cache@2.0.2 ├─ validate-npm-package-license@3.0.4 ├─ vendors@1.0.2 ├─ verror@1.10.0 ├─ vm-browserify@0.0.4 ├─ watchpack@1.6.0 ├─ wbuf@1.7.3 ├─ webpack-chunk-hash@0.6.0 ├─ webpack-cli@3.3.1 ├─ webpack-dev-middleware@3.6.2 ├─ webpack-dev-server@3.3.1 ├─ webpack-manifest-plugin@2.0.4 ├─ webpack-notifier@1.7.0 ├─ webpack@4.30.0 ├─ websocket-extensions@0.1.3 ├─ which@1.3.1 ├─ wide-align@1.1.3 ├─ worker-farm@1.6.0 ├─ xmlhttprequest@1.8.0 ├─ xtend@4.0.1 ├─ yallist@3.0.3 ├─ yargs-parser@11.1.1 └─ yargs@12.0.5 Done in 14.20s.