Code Monkey home page Code Monkey logo

Comments (3)

 avatar commented on May 19, 2024

Do you mean it is not re-initialized? I have the same issue. Basic svelte-native-template installation and when I make a change to source code, preview on phone does not get updated.

from svelte-native.

 avatar commented on May 19, 2024

I get the following error from the basic template:

Webpack compilation complete. Watching for file changes.
Webpack build done!
Start syncing changes for platform ios.
Successfully synced bundle.ea480f97af22f8fe1cc4.hot-update.js,ea480f97af22f8fe1cc4.hot-update.json for platform ios.
LOG from device *** iPhone:
CONSOLE WARN file:///app/vendor.js:121:36: HMR: Cannot apply update. A previous update aborted. Application needs to be restarted in order to apply the changes.

Every change I make in the source causes the sync to start, but then it aborts.

This is a second error I get:

Webpack build done!
Start syncing changes for platform ios.
Successfully synced bundle.2f4e7fe0a20239b90172.hot-update.js,2f4e7fe0a20239b90172.hot-update.json for platform ios.
LOG from device *** iPhone:
CONSOLE INFO file:///app/vendor.js:120:36: HMR: Checking for updates to the bundle with hmr hash 2f4e7fe0a20239b90172.
LOG from device *** iPhone: CONSOLE WARN file:///app/vendor.js:121:36: HMR: Ignored an update to unaccepted module:
LOG from device *** iPhone: CONSOLE WARN file:///app/vendor.js:121:36: HMR:          ➭ ./app.ts
LOG from device *** iPhone: CONSOLE ERROR file:///app/vendor.js:122:38: HMR: Cannot apply update with hmr hash 2f4e7fe0a20239b90172.
LOG from device *** iPhone: CONSOLE WARN file:///app/vendor.js:121:36: HMR:          ➭ ./App.svelte
LOG from device *** iPhone: CONSOLE ERROR file:///app/vendor.js:122:38: HMR: Aborted because ./App.svelte is not accepted
Update propagation: ./App.svelte -> ./app.ts

from svelte-native.

halfnelson avatar halfnelson commented on May 19, 2024

The ignored update is to be expected. Out of the box Svelte-native and Svelte don't support HMR. sveltejs/svelte#2377
You can use the HMR branch of svelte-loader to get an early preview
https://github.com/rixo/demo-svelte-native-hmr

from svelte-native.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.