-
-
Notifications
You must be signed in to change notification settings - Fork 255
Future of this project #636
Comments
supprt muti-page project like parcel, add multi entry point file convenient. e.g.: |
@Onesimu Yeah that's what I'd like to implement as well. |
ES Module support (e.g. bundling with Something like |
make poi work with saber. |
Imba using officially maintained I can send a pull request after I finished my final exam. |
My feedback. What features do you like the most and what does it lack? In other words, what made you choose/decline Poi? I like:
What additional features I would want:
So to conclude - Poi is great, I use it in every project. What do you expect this project to be in the future? Keeping itself updated with all the best practices in frontend compilation. So if recommended webpack setup changes, I expect Poi to follow. Anything about this project Keep up the great work. Mad respect! |
I would like to know if I can use Vue 3 with Poi now. Seems like it would need extra effort. |
more node API support... especial can setting // In my case, need by `pkg.name` start poi.run rather than by command line
// maybe there run multiple webpack complier in complierManager
const poi = new Poi(cwd = pkg.pwd, config)
const compiler = poi.createWebpackCompiler()
compiler.run()
complierManager.add(compiler, pkg.name) |
Webpack 5 |
[Feature request] |
First of all, I still maintain this project, probably less actively because I have to do other stuff to make a living.
But I want to gather some feedback from you:
The text was updated successfully, but these errors were encountered: