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.

Remove webpack generated files out of git?

See original GitHub issue

Pros of removing webpack generated files out of git are obvious. (clean code commit & review and less conflicts).

How about we combine webpack and node hashbrown.js into npm start shortcut command, to compile the static files from src every time user start the application?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mrzappcommented, Apr 12, 2019

@AndreLion on the v1.2 branch, if you don’t mind.

0reactions
mrzappcommented, Apr 14, 2019

@AndreLion merged 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Delete unused webpack chunked files - Stack Overflow
So doing a git checkout to the previous version followed by a npm ... Open raw file view and copy it to index.js...
Read more >
Prevent files created by other plugins from being removed ...
How can I prevent files built by other plugins from being removed on rebuild of unrelated files, without having to explicitly list those...
Read more >
remove-files-webpack-plugin - npm
A plugin for webpack that removes files and folders before and after compilation.. Latest version: 1.5.0, last published: a year ago.
Read more >
Output Management - webpack
In general it's good practice to clean the /dist folder before each build, so that only used files will be generated. Let's take...
Read more >
Set Up a GitHub Project with node_module - Pluralsight
If node_modules is already a part of a repository then it can be removed using the git rm -r --cached node_modules command, though...
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