Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Explore the ways of making the plugin less webpack-dependent #36

Open
SevInf opened this issue Apr 12, 2017 · 1 comment
Open

Explore the ways of making the plugin less webpack-dependent #36

SevInf opened this issue Apr 12, 2017 · 1 comment
Milestone

Comments

@SevInf
Copy link
Contributor

SevInf commented Apr 12, 2017

Right now plugin expects that webpack is used. Using other bundlers is not possible, and non-js imports need to be stubbed to avoid the errors inside express server.
One possible way to solve this is making bundler customizable.

Another one is removing bundling from project at all and expect tests to be built before gemini is executed. Runtime wrapping on client and server can be replaced by AOT compiltion in this case.

@SevInf SevInf added this to the 1.0.0 milestone Apr 12, 2017
@apsavin
Copy link

apsavin commented Apr 12, 2017

It's cool that anyone who uses webpack can so easily use gemini-react now. Maybe, we can just move bundler into gemini-react-webpack-bundler?

So, if someone will want to use gemini-react with rollup, for example, it will be possible to write a plugin.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants