My Vue.js project is build and bundled with Webpack.
All i want to achieve is to inject external param e.g. backend_url from outside the dist ( like external file,cli param,whatever..) into the dist in deploy time.
It will help me to deploy the same dist into several environments
Iv'e looked into this answer - Exclude module from webpack minification but this doesn't help me becouse the answer just excludes from minification but still inject to values into the dist
Any suggest how to do that?