Importing other file types, e.g. CSS #12
Answered by rafgraph
stuarthendren asked this question in Q&A
-
| Does Rollpkg support importing other file types? If not can it be made to do so (by default, with plugins or config) or would this be outside the intended scope of rollpkg and, if you need this functionality, you should just use Rollup directly with the plugins you need? |
Beta Was this translation helpful? Give feedback.
Answered by rafgraph May 19, 2021
Replies: 1 comment
-
| Hi, currently it is not possible and you should use Rollup directly with the plugins you need. In the future I’d like to switch to using a default Rollup config that the user can add overrides too (e.g. add specific plugins) similar to the tsconfig, jest and eslint configs. Help/ideas for this are welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by stuarthendren
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Hi, currently it is not possible and you should use Rollup directly with the plugins you need.
In the future I’d like to switch to using a default Rollup config that the user can add overrides too (e.g. add specific plugins) similar to the tsconfig, jest and eslint configs. Help/ideas for this are welcome.