riot / rollup-plugin-riot

Rollup Plugin for Riot
https://www.npmjs.com/package/rollup-plugin-riot
MIT License
26 stars 9 forks source link

UNRESOLVED_IMPORT for imported plugins #89

Closed bmikeb closed 7 years ago

bmikeb commented 7 years ago

Hi, trying to use riot.config.js (https://github.com/riot/examples/tree/gh-pages/riot-config), steps done, but onnpm run build console fires an error:

{ code: 'UNRESOLVED_IMPORT',
  message: '\'buble\' is imported by riot.config.js, but could not be resolved – treating it as an external dependency',
  toString: [Function] }
...

Plz advise.

GianlucaGuarini commented 7 years ago

please reopen it here it seems to be an issue related to the riot compiler + rollup https://github.com/riot/examples/tree/gh-pages/riot-config

bmikeb commented 7 years ago

I'm sorry, I noticed that no file was changed in the link