F
F
floydback2018-09-25 16:36:41
Vue.js
floydback, 2018-09-25 16:36:41

How to connect Babel 7 stage 3 in VueJS?

I want to use private variables in classes https://github.com/tc39/proposal-class-fields#priv...
Installed VueJS (version 3.0. Vue-cli hides the webpack config somewhere inside.
How can I find out what version of babel is currently in use?
How to install babel plugins like stage-3 how to install?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Klein Maximus, 2018-09-27
@kleinmaximus

How to change webpack settings
Run vue inspectto output the configuration to the console or vue inspect > inspect.jsoutput to a file. You can display not completely, but a specific node.
The package versions in use can be found in yarn.lock (package-lock.json) or directly in node_modules.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question