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

The config now is huge and confuse: ``` { test: /\.css$/, use: [ 'style-loader', { loader: 'css-loader', options: { importLoaders: 1 } }, 'postcss-loader' ], exclude: /\.module\.css$/ }, { test:...

Hi, It's possible to support Aurelia framework https://github.com/aurelia/aurelia Thanks

Configuring ts-loader to be fast is quite challenging: https://github.com/TypeStrong/ts-loader/blob/master/examples/thread-loader/webpack.config.js Could you please add it? :)

enhancement

Add option to integrate EsLint StyleLint Prettier Lint-Staged + Husky Just with some basic standards configurations.

Issue #43 Add api to download project from GET url. Example : ` GET http://localhost:8000/api/webpack/?main-library=react&transpiler=babel&utilities=lodash,moment&image=svg,png&optimization=react-hot-loader ` I don't know if it's right way to do that with Gatsby, i'm waiting...

For example : `curl -L https://createapp.dev/webpack/api/?main-library=react&transpiler=babel,typescript&styling=sass ` This command will download a zip file corresponding to project configuration. It's really useful if someone (like me) wants to make a script...

![image](https://user-images.githubusercontent.com/1060733/56937110-94766c00-6b2d-11e9-9f66-1da0316aa391.png)

Possibility to create a bundle to be run on the backend. maybe under advanced section?

enhancement