You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I ignore files with the pattern ".*.swp" during compilation?
I'm using ^1.7 of Jigsaw and am running into an issue I can't circumvent.
I'm using a pretty much unedited config.php and webpack.mix.js from the "docs" starter template.
When running npm run dev or npm run watch while having a file open in vim (which creates a temporary file with the file extension ".swp") I get an error InvalidArgumentException Unrecognized extension in file: /root/app/source/.index.blade.php.swp.
I've tried to figure out if there's a way to tell the build process to ignore certain files or patterns, but my attempts have failed so far.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
How do I ignore files with the pattern ".*.swp" during compilation?
I'm using ^1.7 of Jigsaw and am running into an issue I can't circumvent.
I'm using a pretty much unedited
config.phpandwebpack.mix.jsfrom the "docs" starter template.When running
npm run devornpm run watchwhile having a file open in vim (which creates a temporary file with the file extension ".swp") I get an errorInvalidArgumentException Unrecognized extension in file: /root/app/source/.index.blade.php.swp.I've tried to figure out if there's a way to tell the build process to ignore certain files or patterns, but my attempts have failed so far.
Any hints or tips are welcome!
Beta Was this translation helpful? Give feedback.
All reactions