gemini-webpack

Gemini webpack dev server plugin

Usage no npm install needed!

<script type="module">
  import geminiWebpack from 'https://cdn.skypack.dev/gemini-webpack';
</script>

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.