rollup-plugin-require-context icon indicating copy to clipboard operation
rollup-plugin-require-context copied to clipboard

rollup-plugin to resovle webpack's requrie.context

Results 7 rollup-plugin-require-context issues
Sort by recently updated
recently updated
newest added

Hi elcarim, i have facing the below issue for my current usage in Windows System. Based on the different path seperator, in mac or linux system, the sepatator is '/',...

is any a plan support for typescript?

Met bellow error with newest version; 1.0.1 and node v14.2.0. Maybe forgot to add? ``` internal/modules/cjs/loader.js:1023 throw err; ^ Error: Cannot find module 'generate-source-map' Require stack: - /path-to-dir/node_modules/rollup-plugin-require-context/src/index.js - /path-to-dir/packages/vue/build/core.js...

![image](https://user-images.githubusercontent.com/17759619/98086234-6e1b5480-1eb9-11eb-910a-43c11f47faa6.png) rollup-plugin-commonjs is not work.

Hi, The way imports for require.context are currently generated require that every imported module has a default export. However Webpack also allows to import modules that just have named exports...

- Added typing-file for the options - Removed the default value of the exclude-option to avoid confusing behaviour (excluding node_modules when you dont expect it to) - Extracted the extensions...

I'm trying to use it with Vite: https://github.com/vitejs/vite#config-file But it doesn't seem to work out of the box. Any chance you would be able to look into adding Vite support?...