Skip to content

Commit

Permalink
Remove \'
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Sep 29, 2019
1 parent e63f24b commit 29fbc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webpack-config/addons/add-transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const makeBabelLoaderOptions = (options, targets, { addPolyfill }) => {
const babelPresetEnvName = '@babel/preset-env'
const presetPolyfillOptions = {
useBuiltIns: 'entry',
// corejs 选项在 @babel/preset-env' 7.4.0 之后可用;
// corejs 选项在 @babel/preset-env 7.4.0 之后可用;
// 若后期升级 @babel/preset-env' 版本,则此处需要显式指定版本为 2
// corejs: 2,
}
Expand Down

0 comments on commit 29fbc57

Please sign in to comment.