Navigation

    Colyseus
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. yudinmaxim
    yudinmaxim

    yudinmaxim

    @yudinmaxim

    Chat Follow Unfollow
    0
    Reputation
    1
    Posts
    712
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • Profile
    • More
      • Continue chat with yudinmaxim
      • Flag Profile
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    yudinmaxim Follow

    Posts made by yudinmaxim

    RE: [ERROR] Nativescript

    @clementdreptin
    I got the same error! As I understand it, the problem is that webpack settings do not know how to work with mjs files. I work with nativescript-vue. I found a solution for compiling mjs files for vue, but I don't know how to integrate it into the project:
    // vue.config.js
    module.exports = {
    chainWebpack: config => config.resolve.extensions.prepend('.mjs').prepend('.wasm')
    }

    posted in Questions & Help •