rollup / rollup-plugin-node-resolve

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

There are no output files when using resolve #243

Closed stwic closed 4 years ago

stwic commented 4 years ago

How Do We Reproduce?

https://github.com/stwic/rollup-node-resolve-test

Step 1: copy the repo

Step 2: npm run build

Expected Behavior

Create dist folder with three different files .esm.js, .min.js, .umd.js Cmd should say created ./dist/file.extension

Actual Behavior

cmd logs ./src/main.vue -> dist/file.extension and starts next build where it logs the same thing On completion, there is no dist folder and no files.

Step 3: Comment out the resolve() from rollup.config.js

Expected Behavior after we comment out the resolve()

Create dist folder with three different files .esm.js, .min.js, .umd.js Cmd should say created ./dist/file.extension

Actual Behavior after we comment out the resolve()

Works as expected

shellscape commented 4 years ago

Hey folks (this is a canned reply, but we mean it!). Thanks to everyone who participated in this 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: