question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Changes only detected in Main.elm with cache option enabled

See original GitHub issue

With the following config

    module: {
      loaders: [
        {
          test:    /\.elm$/,
          exclude: [/elm-stuff/, /node_modules/],
          loader:  'elm-webpack?cache=true'
        },

changes aren’t detected in any elm files except Main.elm. If I remove the cache option then they’re detected in all elm files.

(BTW the cache option is otherwise awesome, brought my build down from 60s to less than 3s!)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
yornaathcommented, Sep 27, 2017

I am experiencing this same issue. Even if i set cache to false.

0reactions
mblarsencommented, Feb 19, 2018

I am experiencing this same issue. Even if i set cache to false.

Same here. I’ve tried with cwd set and not set. Why are you asking about cwd @eeue56 ? (trying to learn).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Structural navigation and performance - Microsoft Support
Go to your site and select Settings Settings icon · Under the Look and Feel heading, select Navigation. · Scroll to the Structural...
Read more >
Cache - webpack
cache.idleTimeoutAfterLargeChanges is the time period after which the cache storing should happen when larger changes have been detected. cache.
Read more >
Caching in GitLab CI/CD
Cache is stored where GitLab Runner is installed and uploaded to S3 if distributed cache is enabled. Use artifacts to pass intermediate build...
Read more >
Prettier 2.7: new --cache CLI option and TypeScript 4.7 syntax!
--cache. If this option is enabled, the following values are used as cache keys and the file is formatted only if one of...
Read more >
Caching Dependencies and Directories - Travis CI Docs
Travis CI can cache content that does not often change, to speed up your build process. To use the caching feature, in your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found