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

Menu