coopjakob / memory

MIT License
0 stars 0 forks source link

init bitdev #19

Open benjick opened 4 years ago

benjick commented 4 years ago
 ERROR  Failed to compile with 45 errors

These dependencies were not found:

* core-js/modules/es6.array.find in ./.nuxt/client.js, ./store/cards.ts
* core-js/modules/es6.array.iterator in ./.nuxt/client.js
* core-js/modules/es6.date.to-string in ./.nuxt/utils.js, ./.nuxt/components/nuxt.js
* core-js/modules/es6.function.name in ./.nuxt/utils.js, ./node_modules/babel-loader/lib??ref--13-0!./node_modules/ts-loader??ref--13-1!./node_modules/vue-loader/lib??vue-loader-options!./components/ProductCard.vue?vue&type=script&lang=ts&
* core-js/modules/es6.object.assign in ./.nuxt/client.js
* core-js/modules/es6.object.keys in ./.nuxt/utils.js, ./store/products.ts
* core-js/modules/es6.object.to-string in ./.nuxt/App.js, ./.nuxt/components/nuxt.js and 1 other
* core-js/modules/es6.promise in ./.nuxt/client.js
* core-js/modules/es6.regexp.constructor in ./.nuxt/utils.js
* core-js/modules/es6.regexp.match in ./.nuxt/client.js
* core-js/modules/es6.regexp.replace in ./.nuxt/store.js, ./.nuxt/components/nuxt.js and 1 other
* core-js/modules/es6.regexp.search in ./.nuxt/utils.js
* core-js/modules/es6.regexp.split in ./.nuxt/utils.js, ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib??vue-loader-options!./.nuxt/components/nuxt-build-indicator.vue?vue&type=script&lang=js& and 1 other
* core-js/modules/es6.regexp.to-string in ./.nuxt/utils.js, ./.nuxt/components/nuxt.js
* core-js/modules/es6.string.includes in ./.nuxt/client.js, ./.nuxt/components/nuxt-link.client.js
* core-js/modules/es6.string.iterator in ./.nuxt/utils.js
* core-js/modules/es6.string.repeat in ./.nuxt/utils.js
* core-js/modules/es6.string.starts-with in ./.nuxt/utils.js
* core-js/modules/es6.symbol in ./.nuxt/store.js, ./.nuxt/components/nuxt-link.client.js and 1 other
* core-js/modules/es7.array.includes in ./.nuxt/client.js, ./.nuxt/components/nuxt-link.client.js and 1 other
* core-js/modules/es7.object.entries in ./store/config.ts
* core-js/modules/es7.object.get-own-property-descriptors in ./.nuxt/index.js, ./store/products.ts
* core-js/modules/es7.promise.finally in ./.nuxt/client.js
* core-js/modules/es7.symbol.async-iterator in ./.nuxt/axios.js, ./.nuxt/components/nuxt-link.client.js
* core-js/modules/web.dom.iterable in ./.nuxt/store.js, ./.nuxt/components/nuxt-link.client.js and 1 other
coopjakob commented 4 years ago

Problem above is from installing core-js

But bit.dev uses the following in the dist, which causes problems.

 e.exports = require("vue")
(...)
   }, function(e, t) {
        e.exports = require("core-js/modules/es.array.concat")
    }, function(e, t) {
        e.exports = require("core-js/modules/es.array.join")
    }, function(e, t) {
        e.exports = require("core-js/modules/es.array.map")
    }, function(e, t) {
        e.exports = require("core-js/modules/es.object.to-string")