1.1.1 • Published 4 years ago

webpack-config-presets v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

webpack-config-presets

code style: prettier

Presets of Webpack configurations.

Install

$ npm install webpack-config-presets

Usage

const { setupIO } = require('webpack-config-presets')

Build Options

Environment Variables

NameDescriptionDefault ValueExample Value
W_PUBLIC_PATHPublic path for serving static files<empty string>https://cdn.example.com/
W_FILE_FLATEnable flat file structure<empty string>true
W_FILE_HASHEnable file hash<empty string>true

Why create this?

I'm tired of writing the same configurations again and again.

License

MIT