rollup打包vue报错(plugin commonjs) SyntaxError: Unexpected token (2:4)

770 阅读1分钟

image.png

已经有添加vue插件了,还是报错。

image.png 这个问题原来是plugins的顺序问题,把vue放在上面就解决了。