Issues
- mix.copy() does not work in watch modeELIXIR-9
- Send an error notification on webpack build failure during watchELIXIR-8
- Automatically install dependencies instead of just logging them being missingELIXIR-7
- Use Webpack for Stylesheet compilationELIXIR-6
- Fixing `mix.version` build locationELIXIR-5
- Fluent API for WebpackELIXIR-4
- Integrate CommonsChunkPlugin for Webpack into extension-webpackELIXIR-3
- Switch Buble to Babel in WebpackELIXIR-2
- Provide a way to add module tasks to ElixirELIXIR-1Resolved issue: ELIXIR-1Eric Peterson
9 of 9
mix.copy() does not work in watch mode
Description
Environment
None
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Jon ClausenJon ClausenPriority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Jon Clausen
Jon ClausenPriority
Sentry
Sentry
Sentry
Created January 13, 2020 at 2:32 PM
Updated January 13, 2020 at 2:32 PM
Activity
Show:
When using `mix.copy` the directive to clean assets in command `copy.js` file causes all copied files to be deleted, but not re-copied when the watch task recompiles.
Steps to replicate:
`mix.copy( 'file.jpg', 'new/location/file.jpg' )`
Run `npm run watch`
Make a change to any other file in the stack. `new/location/file.jpg` will be deleted.