Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use easywebpack cli to initialize a application which use [email protected] , start node server by npm run dev, all static resouces 404 #80

Open
xiaoyanzheng opened this issue Nov 4, 2020 · 1 comment

Comments

@xiaoyanzheng
Copy link

A clear and concise description of what the bug is.
egg 2.19.1 use easywebpack cli init application , start node server by npm run dev, all static resouces 404

Mini Showcase Repository(REQUIRED)
Provide a mini GitHub repository which can reproduce the issue.
Use npm init egg --type=simple bug then upload to your GitHub
https://user-images.githubusercontent.com/7248432/98068835-2cc67d00-1e98-11eb-85d9-ddfb92e6b5a1.png
How To Reproduce
Steps to reproduce the behavior:

npm i @easy-team/easywebpack-cli -g
init Egg + Vue + TypeScript Server Side Render Application (application name: demo)
easy init
https://user-images.githubusercontent.com/7248432/98068577-634fc800-1e97-11eb-848c-630424b36b93.png
cd demo
npm install
npm run dev
Expected behavior

all static resources requests are responded by 200 status
Context
Node Version: v12.6.0
Egg Version: 2.19.1
Plugin Name:
Plugin Version:
Platform: mac

@xiaoyanzheng
Copy link
Author

downgrade egg from 2.19.1 to 2.17.0 can resolve problem,why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant