handle js-framework rollup

This commit is contained in:
王劲鹏
2019-10-23 16:00:21 +08:00
committed by pengfei.zhou
parent 186b0dfb80
commit 9864b57b21
6 changed files with 303 additions and 307 deletions

View File

@@ -33,6 +33,7 @@ export default [
},
plugins: [
resolve({ jsnext: true, main: true }),
]
],
external: ['ws']
},
]