Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Babel 7.0 Support #239

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
not allowed by the linter
  • Loading branch information
ullmark committed Sep 18, 2018
commit ad5b72c9c12616de6cb5a76f58dffeeff90baf6c
2 changes: 1 addition & 1 deletion lib/compilers/babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function getBabelRc () {
module.exports = function (raw, cb, compiler, filePath) {
if ((compiler.options.babel || babelOptions) === defaultBabelOptions) {
try {
ensureRequire('babel', ['@babel/preset-env', /*'@babel/runtime',*/ '@babel/plugin-transform-runtime'])
ensureRequire('babel', ['@babel/preset-env', '@babel/plugin-transform-runtime'])
} catch (e) {
console.error(e.message)
console.error(
Expand Down