Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nofeaturesonlybugs/fantaptik-webpack-config

Common webpack configuration for @fantaptik projects.
https://github.com/nofeaturesonlybugs/fantaptik-webpack-config

npm-package react reactjs webpack

Last synced: 8 days ago
JSON representation

Common webpack configuration for @fantaptik projects.

Awesome Lists containing this project

README

        

### Install
```
npm install -D @fantaptik/webpack-config
```

### Webpack Config
```js
const fantaptikWebpack = require( '@fantaptik/webpack-react' );

module.exports = {
stats : {
...fantaptikWebpack.stats,
},
externals : {
...fantaptikWebpack.externals,
},
}
```