Releases: preactjs/preact-cli
[email protected]
Patch Changes
-
#1646
e98994aThanks @rschristian! - Bumpingwebpack-dev-server -
#1635
00bea83Thanks @rschristian! - Ensures TS warnings/errors are not hidden by console clearing -
#1634
8a6732bThanks @rschristian! - Ensures types are published with package -
#1648
e19ceb0Thanks @rschristian! - Ensures the public path is normalized when registering service workers
[email protected]
Patch Changes
-
#1624
0b298aeThanks @rschristian! - Added typings for users to use in their preact.config.js files -
#1622
39be928Thanks @rschristian! - Corrects module resolve priority, fixing issues with duplicated dependencies being incorrectly resolved -
#1619
9039ba2Thanks @rschristian! - Fixing legacy SW generation while ESM is enabled -
#1618
11d5f3bThanks @rschristian! - Corrects error whensrc/sw.jsdoes not exist and esm is disabled
[email protected]
Patch Changes
-
#1508
0cfee78Thanks @rschristian! - On project create, the CLI won't copy the HTML template or the service worker when the source template is a widget -
#1612
a4a66ceThanks @rschristian! - Changes port config precedence to: --port -> \$PORT -> 8080 (default) -
#1613
3994a23Thanks @rschristian! - Removing old & non-functional config helpersetHtmlTemplate
[email protected]
Patch Changes
- #1599
e42a61cThanks @rschristian! - Reverts automatic conversion of--swflag in dev to a boolean, which stopped the debug service worker from attaching.
[email protected]
Minor Changes
-
#1580
95198f3Thanks @developit! - Generate modern (approximately ES2017) code in development mode to better match production output. -
#1574
5117f46Thanks @rschristian! - Removes Safari nomodule polyfill from template -
#1347
1276aa3Thanks @teodragovic! - Remove fast-async
Patch Changes
-
#1595
6d100d0Thanks @rschristian! - Ensuring the sw flag is a boolean in watch mode -
#1573
022d9a8Thanks @rschristian! - Uses native FS promise API rather than promisifying manually
[email protected]
Patch Changes
- #1568
bc6d5f6Thanks @rschristian! - Fixes breaking change to the getLoadersByName config helper
[email protected]
Patch Changes
- #1567
971e633Thanks @rschristian! - Reverts update to fork-ts-checker-webpack-plugin
[email protected]
Minor Changes
- #1465
3a11043Thanks @ForsakenHarmony! - chore: update dependencies
[email protected]
Minor Changes
4b81641#1418 Thanks @merceyz! - Added monorepo and Yarn PnP support by correctly loading dependencies, removing faulty install checks, and adding undeclared dependencies
Patch Changes
0e4f06a#1503 Thanks @rschristian! - Ensures the create command returns startup instructions to users
df48437#1499 Thanks @rschristian! - CLI now only conditionally outputs 200.html & preact_prerender_data.json
c33f020#1435 Thanks @rschristian! - Change ensures root ReadMe is bundled with CLI package on publish
bf668b1#1530 Thanks @rschristian! - Fixes bug causing wrong port to be given to Webpack config
cc2f3e7#1423 Thanks @rschristian! - Fixes bug with style loader that would strip non-module CSS files if 'sideEffects' was set to false for the package.
c9c48db#1504 Thanks @rschristian! - Replacing mkdirp with native mkdir recursive
977d59a#1527 Thanks @jamesgeorge007! - Do not prompt on supplying the template as an argument
daa51ac#1522 Thanks @jamesgeorge007! - Minor typographical fix
24c7473#1516 Thanks @jgoamakf! - Do not produce preRenderData when --no-prerender option is specified.
9f9277b#1534 Thanks @rschristian! - Fixes SW flag in dev
[email protected]
Patch Changes
57cb566#1490 Thanks @rschristian! - Adds the 'prerender' argument to the list of arguments to be validated against