babel / babel-preset-env

PSA: this repo has been moved into babel/babel -->

Home Page:https://github.com/babel/babel/tree/master/packages/babel-preset-env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-preset-env not support the module.exports,what should i do?

qingyang-id opened this issue · comments

commented

when i update babel-preset-es2015 to babel-preset-env, an error accoured!
image

this is my .babelrc
image

what should i do? thanks for first

commented

You shouldn't be using add-module-exports + webpack + modules: false, it's going to error? I would remove that plugin

commented

@hzoo thanks very much!