Steps to reproduce:
npm install -g preact-cli
preact create <app>
cd <app>
preact build --json
- Inspect
stats.json using a Webpack stats analyzer (this one is from webpack-bundle-analyzer):

Expected behavior:
The preact library should only be included once in bundle.js.
Actual behavior:
It is included twice.