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.

Doesn't work with webpack --watch

See original GitHub issue

Doesn’t seem work with webpack --watch. Build runs, but my shell commands aren’t. Has anyone tried this with --watch?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
zappeecommented, Jan 9, 2017

Okay, I could see the source code. This plugin works properly!

If you need to access to the bundle file then you need to use onBuildExit. You can close this issue.

0reactions
opiepjcommented, Jan 9, 2017

Keeping this issue open. Need to readvise this pattern.

Read more comments on GitHub >

github_iconTop Results From Across the Web

webpack --watch isn't compiling changed files - Stack Overflow
There is a current issue with webpack 3 and the ModuleConcatenationPlugin that prevents watching for file changes. Omitting it seems to allow it...
Read more >
Watch and WatchOptions | webpack
Webpack can watch files and recompile whenever they change. This page explains how to enable ... If watching does not work for you,...
Read more >
webpack watch mode not working.... · Issue #2949 - GitHub
I"m trying to run webpack in watch mode by using: webpack --watch ... webpack watch mode not working.... webpack/webpack-cli#17.
Read more >
Webpack watch is not working - Bugs - Figma Community Forum
I have watch script in my plugin package.json file. “watch”: “webpack --mode=development --watch”,. When I run watch, I can see the js file ......
Read more >
Solution for Webpack 5 Dev Server Not Live Reloading
There is currently a bug with Webpack 5 and webpack - dev-server not working that is caused by the existence of a browserslist...
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