<?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: Hoàng Nguyễn</title>
    <description>The latest articles on DEV Community by Hoàng Nguyễn (@dt2301).</description>
    <link>https://dev.to/dt2301</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%2F2362940%2F3a3efa90-1514-4c21-8cb4-57dcb33c412f.jpg</url>
      <title>DEV Community: Hoàng Nguyễn</title>
      <link>https://dev.to/dt2301</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dt2301"/>
    <language>en</language>
    <item>
      <title>Why does it throw the error "'process' is not defined."?</title>
      <dc:creator>Hoàng Nguyễn</dc:creator>
      <pubDate>Wed, 06 Nov 2024 11:35:49 +0000</pubDate>
      <link>https://dev.to/dt2301/why-does-it-throw-the-error-process-is-not-defined-2a4e</link>
      <guid>https://dev.to/dt2301/why-does-it-throw-the-error-process-is-not-defined-2a4e</guid>
      <description>&lt;p&gt;vite.config.js  &lt;/p&gt;

&lt;p&gt;import { defineConfig } from 'vite';&lt;br&gt;
import react from '@vitejs/plugin-react';&lt;/p&gt;

&lt;p&gt;// &lt;a href="https://vitejs.dev/config/" rel="noopener noreferrer"&gt;https://vitejs.dev/config/&lt;/a&gt;&lt;br&gt;
export default defineConfig({&lt;br&gt;
  plugins: [react()],&lt;br&gt;
  server: {&lt;br&gt;
    port: process.env.VITE_APP_PORT || 3000, // Cổng cho server phát triển&lt;br&gt;
  },&lt;br&gt;
  build: {&lt;br&gt;
    outDir: 'dist', // Thư mục xuất ra sau khi build&lt;br&gt;
  },&lt;br&gt;
});&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>vite</category>
      <category>react</category>
    </item>
  </channel>
</rss>
