package
0.0.0-20230820205950-1535236703ea
Repository: https://github.com/blakewilliams/medium.git
Documentation: pkg.go.dev
# README
Webpack Middleware
This package implements a basic webpack dev server middleware, useful for serving assets in the development environment.
Usage
TODO: In the meantime, see webpack_test.go
Development
This package uses a real instance of the webpack dev server for a complete
integration test. To ensure tests will pass, run npm install
and validate
that npx webpack serve
works within the test_env
directory.
Contributing
Bug fixes and minor improvements are welcome in the form of Pull Requests. For larger changes please open issue to discuss the proposed change first.
# Functions
No description provided by the author