gemini-webpack
v0.0.4
Published
Gemini webpack dev server plugin
Downloads
6
Readme
Gemini webpack
Serve your test using webpack dev server. Example .gemini.yml
:
rootUrl: http://127.0.0.1:8080
plugins:
webpack:
port: 8080
host: 127.0.0.1
quiet: false
Webpack configuration is required from webpack.config.js
in process.cwd()
.
Note: this is experimental and has no tests at the moment.