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
I'm using the webpack sample config file, it works, however, after I added the eslint-loader, my run command NODE_ENV=develop sls webpack --stage dev serve stop working with error Cannot find module '/my_project/.webpack/handler.js', I've been trying for hours 😭
The text was updated successfully, but these errors were encountered:
@J1WU We will drop the serve command in version 3.0.0 in favor of the serverless-offline plugin which perfectly plays with the plugin. We also extended the README to explain how to use it. A lot of people reported that they are happy with this solution. Could you try it?
@J1WU Since there was no activity here and version 3.0.0-rc.2 is already available, I'll close this task. If the issue persists there in combination with serverless-offline or serverless invoke local, please reopen it.
I'm using the webpack sample config file, it works, however, after I added the eslint-loader, my run command
NODE_ENV=develop sls webpack --stage dev serve
stop working with errorCannot find module '/my_project/.webpack/handler.js'
, I've been trying for hours 😭The text was updated successfully, but these errors were encountered: