Replies: 2 comments 7 replies
-
This is great timing, we just merged an experimental JS API for the purpose of SSR, but with an eye for more integrations just like this. I’d love to learn more about what this project means for integrations. From the Webpack example code, is the idea that ember builds your app and then integrations optimize it (ex: by bundling)? |
Beta Was this translation helpful? Give feedback.
-
Came to open a similar thread but found this one instead. Now that we have things like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
it will be grate to have ability to integrate snowpack into existing build pipeline with postprocessing & preprocessing
currently I can't find programmatic "build" examples, it will be great to have webpack-like API.
Why? Ember community trying to create universal
bridge
for all modern bundlers (for Ember apps), and it's https://github.com/embroider-build/embroiderCurrently we have webpack support (https://github.com/embroider-build/embroider/blob/master/packages/webpack/src/ember-webpack.ts), but, it will be great to have ability to implement snowpack support.
Beta Was this translation helpful? Give feedback.
All reactions