Skip to content

Commit

Permalink
feat(babel): forward preset-env's debug option (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
abellion authored and sodatea committed Oct 15, 2018
1 parent 7ea080b commit 9357a60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@vue/babel-preset-app/index.js
Expand Up @@ -41,6 +41,7 @@ module.exports = (context, options = {}) => {
const {
polyfills: userPolyfills,
loose = false,
debug = false,
useBuiltIns = 'usage',
modules = false,
targets: rawTargets,
Expand Down Expand Up @@ -103,6 +104,7 @@ module.exports = (context, options = {}) => {
const envOptions = {
spec,
loose,
debug,
modules,
targets,
useBuiltIns,
Expand Down

0 comments on commit 9357a60

Please sign in to comment.