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
What it does is setting the rootPath relative to where you're running the command (__dirname) from and then loading the config file. Otherwise the config file has the wrong paths set and the whole process fails.
Maybe this helps someone
The text was updated successfully, but these errors were encountered:
@repat Thank you!, also you don't need the hooks in this repo with your method. you can just add a linked folder node_modules -> node_modules in the Deployment hooks tab.
webpack.config.js:
Problem is the rootPath, so create this file above in the root of your project and change package.json to:
What it does is setting the rootPath relative to where you're running the command (
__dirname
) from and then loading the config file. Otherwise the config file has the wrong paths set and the whole process fails.Maybe this helps someone
The text was updated successfully, but these errors were encountered: