Jakob Lind

Results 68 comments of Jakob Lind

awesome @theajr ! This is a big task so let's focus on shipping something small but useful first. I know that [svelte uses rollup](https://github.com/sveltejs/template) as their "default" build tool, so...

@janus if you still have some time to help, we could use some support on https://github.com/jakoblind/webpack-autoconf/pull/69 . There is some problem with typescript

Thanks @gaearon ! I'll look into this

It looks like `webpack-dev-server` is a dependency. ![image](https://user-images.githubusercontent.com/399339/89178211-6e8c1280-d58d-11ea-9100-95288dfea31d.png) could you please specify which features you select so I can recreate the issue. thanks!

I see. I think we should add a "Hot loading" option for vue, just like for React. When selected it would also add this to webpack.config.js: ``` devServer: { contentBase:...

I've never heard of snowpack, but it seems like a solid project! A PR with snowpack support is very welcomed. My advice is to send multiple smaller PRs, or at...

Hi @FredKSchott. I've looked into snowpack and it looks really promising, thanks for letting me know about it! I have implemented support for React and some of the features that...

Alright, I just shipped the first version of snowpack! With React and some other features.

Awesome! I wanted to ask your opinion on something. I would assume that most people would want to add `@snowpack/plugin-webpack` to bundle their projects, so I'm tempted to add that...

Good! Then I'll make that a default. I just realized I don't have any general build tool help button, will need to put on the UX hat and think where...