This commit ensures that all dependencies in `node_modules` will be transpiled by Babel. Dependencies are not transpiled by babel as default. `babel-loader` ignores all files inside `node_modules`. Not using it may allow packages using newer JavaScript (such as ES6) to cause unintended crashed on older browsers. This configuration is the default in projects created by newer versions of Vue CLI.
2.5 KiB
2.5 KiB