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
Currently, the scaffolded project works since it's pointing directly to codeshift.config. However, it in turn points to source files not the dist files which makes the dist and the build redundant.
We want to point to dist files by default because it allows us to customise transpilation. See: #146
Considerations:
We will need to move the codeshift.config.js into the dist folder as well and ensure that it is pointing to built transforms
Currently, the scaffolded project works since it's pointing directly to
codeshift.config
. However, it in turn points to source files not thedist
files which makes thedist
and the build redundant.We want to point to dist files by default because it allows us to customise transpilation. See: #146
Considerations:
codeshift.config.js
into the dist folder as well and ensure that it is pointing to built transformsThe expected file tree should be:
Note: It looks like the package.json entry-point is already expecting this.
The text was updated successfully, but these errors were encountered: