webpack-autoconf icon indicating copy to clipboard operation
webpack-autoconf copied to clipboard

A tool to create frontend apps using webpack, Parcel or Snowpack

Results 53 webpack-autoconf issues
Sort by recently updated
recently updated
newest added

Great tool! I wish to kindly request the ability to use svelte-kit Thanks for your consideration

Raising a possible issue where we could add Testing library integration out of the box. Looking forward to a early feedback on this :)

The current version of the app uses `parcel-bundler` which is version 1.x.x of Parcel. We can use `parcel` which is version 2.x.x of Parcel.

![image](https://user-images.githubusercontent.com/30274440/123505275-dd38eb00-d5f9-11eb-825f-2506bb573675.png) From createapp: ```json "dependencies": { "tailwindcss": "^2.2.4" }, "devDependencies": { "parcel-bundler": "^1.12.5", "postcss-modules": "^4.1.3", "autoprefixer": "^10.2.6" } ``` These were the dependencies that worked for me: ```json "devDependencies": {...

One of those things (for a React project) that is a pain to configure - I'm guessing across other languages this is the same. Would be lovely to get a...

First off, thanks for the great project! [From snowpack.dev:](https://snowpack.dev/) > Snowpack is a modern frontend build tool for faster web development. It replaces heavier, complex bundlers like webpack or Parcel...

@jakoblind Added support for Rollup - Javascript - Babel - Typescript - React + Babel - React + Typescript Added code formatting apis, which are being used in formatting generated...

The generated .babelrc file is not accepted by visual studio code until I add quotes around the keys manually: ``` { "presets": [ [ "@babel/preset-env", {"modules": false} ], "@babel/preset-react" ]...

Love the tool and I'm especially loving the addition of svelte! Something I'm loving just as much as svelte lately is [Bulma](https://bulma.io/) Would love to see it added along the...

Please add support for Rollup