guozhaolong / wfd-vue

flowable workflow designer for Vue base on @antv/g6
https://guozhaolong.github.io/wfd-vue/
995 stars 261 forks source link

打包出来什么都没有? #36

Closed LiangQinAo closed 2 years ago

guozhaolong commented 4 years ago

应该是报错了吧?

LiangQinAo commented 4 years ago

Uncaught ReferenceError: wfd is not defined

然后页面就是空白的

LiangQinAo commented 4 years ago

DevTools failed to load SourceMap: Could not load content for file:///Users/aoliang/Downloads/wfd-vue-master/dist/hierarchy.js.map: System error: net::ERR_FILE_NOT_FOUN

还有这个

LiangQinAo commented 4 years ago

现在是还不能打包发布吗。。

qinzitong commented 4 years ago

你首先看看打包完了看看dist 目录下面有没有 文件,如果有的话,就是打包的问题了,就是你自己改的配置出了问题了

LiangQinAo commented 4 years ago

你首先看看打包完了看看dist 目录下面有没有 文件,如果有的话,就是打包的问题了,就是你自己改的配置出了问题了

后来发现,是不能用build打包。。只能用build-example。 build打包出来是啥都没的