Closed kukoncik closed 4 years ago
Just checked storefront/Resources/app/storefront/package.json and starting v6.3.0.0 the line for watch is removed
+ "unit-watch": "jest --config jest.config.js --watch", - "watch": "NODE_ENV=development MODE=watch webpack --watch --config webpack.config.js"
so the command ./psh storefront:watch is not available anymore. can you please suggest how the watch can be activated in development mode
Hey,
we have removed the watch script in favor of the hot-proxy mode. You can start it with ./psh.phar storefront:hot-proxy
Just checked storefront/Resources/app/storefront/package.json and starting v6.3.0.0 the line for watch is removed
so the command ./psh storefront:watch is not available anymore. can you please suggest how the watch can be activated in development mode