@babel/parser @babel/traverse cannot use in browser
RGBWang opened this issue · comments
RGBWang commented
@babel/parser @babel/traverse cannot use in browser。
babel in browser lib is @babel/standalone。
but cannot find parser or traverse in @babel/standalone,
how can I do it?
David I Samudio commented
are you using npm? or using cdn for the files? Your bundled app should have code like this.