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
{{ message }}
This repository was archived by the owner on Jan 4, 2020. It is now read-only.
Had a situation where babel had transform issues because it was not reading the .babelrc file. Copying the .babelrc file to the instaclone'd symlink'd node_modules directory fixes it. It seems if you are using instaclone, you'll either have to copy .babelrc to the node_modules symlink as a post install/deploy or use the config directly if you are using a plugin like babel-loader in webpack.
Had a situation where
babelhad transform issues because it was not reading the.babelrcfile. Copying the.babelrcfile to the instaclone'd symlink'dnode_modulesdirectory fixes it. It seems if you are using instaclone, you'll either have to copy.babelrcto thenode_modulessymlink as a post install/deploy or use the config directly if you are using a plugin likebabel-loaderinwebpack.