How to introduce process in Vue.js?

how to introduce process in Vue.js?

after publishing my dist directory, this error occurs

Mar.10,2021

use the WebpackDefline plug-in


try google search for yourself: process is not defined (most questions already have ready answers)

one of the :

Just add to your plugins this one

new webpack.DefinePlugin ({'process.env.NODE_ENV':' "development"'})
in your webpack.config.js

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a47c-2c1f3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a47c-2c1f3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?