rollup / rollup-plugin-commonjs

This module has moved and is now available at @rollup/plugin-commonjs / https://github.com/rollup/plugins/blob/master/packages/commonjs
MIT License
502 stars 126 forks source link

I try to use Dynamic import syntax and failing as SyntaxError #411

Closed qawsedstation closed 4 years ago

qawsedstation commented 5 years ago

I try to use Dynamic import

`import('index.js').then(pkg => {

})` and failing

I have the latest version of the commonjs rollup plugin 10.1.0

I use Vue.js

shellscape commented 4 years ago

@qawsedstation thanks for the issue, but we'll need a minimal repository that demonstrates how to reproduce the issue

We're getting ready to move this plugin to a new home at https://github.com/rollup/plugins, and we have to do some spring cleaning of the issues to make that happen. We're going to close this one, but it doesn't mean that it's not still valid. We've got some time yet before the move while we resolve pending Pull Requests, so if this issue is still relevant, please @ me and I'll make sure it gets transferred to the new repo. :beer: