At stencil we try to make rollup and this plugin to work in the browser, in addition, we bundle rollup-plugin-node-resolve into the stencil's bundle. The fact that empty.js is a read file within the file system makes it harder in some cases.
This PR solves that by making the empty.js file a virtual module.
At stencil we try to make rollup and this plugin to work in the browser, in addition, we bundle rollup-plugin-node-resolve into the stencil's bundle. The fact that
empty.js
is a read file within the file system makes it harder in some cases.This PR solves that by making the empty.js file a virtual module.