We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc47eb commit 586c8aaCopy full SHA for 586c8aa
packages/@vue/babel-preset-app/index.js
@@ -58,7 +58,7 @@ module.exports = (context, options = {}) => {
58
// be force-included.
59
let polyfills
60
const buildTarget = process.env.VUE_CLI_TARGET || 'app'
61
- if (buildTarget === 'app' && useBuiltIns === 'usage') {
+ if (buildTarget === 'app' && useBuiltIns === 'usage' && !process.env.VUE_CLI_BABEL_TARGET_NODE) {
62
polyfills = getPolyfills(targets, userPolyfills || defaultPolyfills, {
63
ignoreBrowserslistConfig,
64
configPath
0 commit comments