You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because we have it configured in the generated webpack.config file. We don't have it set up for .js files. Adding it for js files could be troublesome cos it'd mean babel will look at all the js files in the libraries, prob something we want to avoid.
Need to decide how best to support it.
one option is on name files .es6?
allow user to configure whitelists?
The text was updated successfully, but these errors were encountered:
This is because we have it configured in the generated webpack.config file. We don't have it set up for .js files. Adding it for js files could be troublesome cos it'd mean babel will look at all the js files in the libraries, prob something we want to avoid.
Need to decide how best to support it.
.es6
?The text was updated successfully, but these errors were encountered: