Open binarykitchen opened 7 years ago
Well, I would say you cannot create a variable identifier containing -
There https://mothereff.in/js-variables#videomail-client a tool to check if JavaScript variable name is valid
Moreover, the definition from MDN
well, i do not have a variable identifier with that name in my branch: https://github.com/binarykitchen/videomail-client/search?utf8=%E2%9C%93&q=videomail-client&type=
only have this in some html files <script src="/videomail-client.js"></script>
... the resource is called videomail-client.js but that should not have an impact, doesn't it?
Okay videomail-client is the name of your module. Then I think that's a known issue in rollup https://github.com/rollup/rollup/issues/1345
When rolling up with your plugin I see this error
To reproduce, git clone this branch https://github.com/binarykitchen/videomail-client/tree/feature/rollupjs and do
yarn build
Any tips would be very much appreciated.