Przemysław Fałowski
Przemysław Fałowski
Hi guys, I created for you this repo with an example of boilerplate I'm using for libs/components development: https://github.com/przemkow/rollup-vue-advanced-example The biggest different between example from docs and this implementation is...
@DrMabuse23 I think so, after installing that dependency and enabling `experimentalDecorators` in `tsconfig.json` everything should work fine.
@davestewart I don't know if this will be still useful for you but I will leave it here - maybe it will solve someone's else issue :) We resolved a...
I checked this problem to get more details and is seems to be caused by external dependency [postcss-modules-sync](https://github.com/schiehll/postcss-modules-sync) used in rollup-plugin-vue Here is the small repo where you can reproduce...
Hi. Yes, if you want to use this plugin you need to change build process of your application and migrate to rollup. `rollup-plugin-vue` is a `.vue` files loader created for...
Hi @DrMabuse23, I think this example is not something you are looking for. It was added as an example to the next version of rollup-plugin-vue which will be used with...
Hi! At first, I'd like to thank you for maintaining this rollup plugin, great work! About the proposed changes for v4, I also think that output callback is pretty useful....