Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nofeaturesonlybugs/fantaptik-webpack-config
- Owner: nofeaturesonlybugs
- License: mit
- Created: 2020-09-03T20:02:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T18:40:55.000Z (about 4 years ago)
- Last Synced: 2024-10-14T03:18:41.143Z (about 1 month ago)
- Topics: npm-package, react, reactjs, webpack
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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,
},
}
```