ElemeFE / page-skeleton-webpack-plugin

Webpack plugin to generate the skeleton page automatically
MIT License
2.8k stars 393 forks source link

fix: 修复vue-cli3.0项目端口被占用的bug #97 #101

Open Kntt opened 5 years ago

Kntt commented 5 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? yes
New tests added? not needed
Fixed tickets comma-separated list of tickets fixed by the PR, if any
License MIT

Description

修复vue-cli3.0项目, 端口被占用的bug; 测试发现compiler.hooks.entryOption被执了两次,没找到执行两次的原因 于是:在createServer方法中判断插件的server是否被创建,没创建的时, 正常执行,创建过就什么都不做了

--

Please, don't submit /dist files with your PR!

hooir-dev commented 5 years ago

可以的,大神

R-Von commented 5 years ago

Nice 找了一下午的端口占用 终于解决

Kntt commented 5 years ago

占用

这个有可能是webpack的bug, 之前没有这个问题, webpack的hook被执行了两次。 另外这个pr合并太慢了。。。。

tsoil commented 5 years ago

怎么解决

gongph commented 5 years ago

@Kntt 请问合并了吗?

Kntt commented 5 years ago

@gongph 还没呢, 一直没人处理呢

gongph commented 5 years ago

@gongph 还没呢, 一直没人处理呢

我刚刚的做法是,把代码复制到 node_modules 源码里暂时启动了项目。/抱拳

Kntt commented 5 years ago

@gongph 还没呢, 一直没人处理呢

我刚刚的做法是,把代码复制到 node_modules 源码里暂时启动了项目。/抱拳

这样可以暂时的解决, 每次install依赖都需要手动改一下, 可以暂时过渡用

@HiuYanChong 抽时间合并一下吧,困扰很多人了

gongph commented 5 years ago

@Kntt 问个问题呗,预览界面啥都没有? image

gongph commented 5 years ago

查看控制台,是这个错: image

Kntt commented 5 years ago

@gongph 改完了得重新build