<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: grasmachien</title>
    <description>The latest articles on DEV Community by grasmachien (@grasmachien).</description>
    <link>https://dev.to/grasmachien</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F235648%2Fe9cebd8f-ee72-4262-9d15-302734fe8cd7.png</url>
      <title>DEV Community: grasmachien</title>
      <link>https://dev.to/grasmachien</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/grasmachien"/>
    <language>en</language>
    <item>
      <title>Build tool maintenance?</title>
      <dc:creator>grasmachien</dc:creator>
      <pubDate>Mon, 18 Nov 2019 23:00:08 +0000</pubDate>
      <link>https://dev.to/grasmachien/build-tool-maintenance-23gk</link>
      <guid>https://dev.to/grasmachien/build-tool-maintenance-23gk</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I find myself struggling with build tools more than I would care for.&lt;br&gt;
This usually happens with projects that are a year old or older.&lt;br&gt;
Modules break or become deprecated, causing the whole project to break down and prevent me and other people from working on it until we find the problem.&lt;/p&gt;

&lt;p&gt;I'm sure everyone knows this problem and has dealt with this before.&lt;br&gt;
If we are lucky we can just upgrade the whole thing to the latest Webpack version and everything will work again.&lt;br&gt;
Sometimes just removing the node_modules and run "npm install" does the trick.&lt;br&gt;
Other times nothing seems to help, especially when there are both Mac and Windows users working on the project and using the same build tools.&lt;br&gt;
Even in projects where I know the tools worked several months ago, something can go wrong and I have to spend hours searching for a solution.&lt;/p&gt;

&lt;p&gt;What are your thoughts on the build tools we generally use for web development? &lt;br&gt;
Do you think everything would be easier if we went back if we stopped using them at all?&lt;/p&gt;

</description>
      <category>webpack</category>
      <category>npm</category>
      <category>productivity</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
