We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1668547 commit f81f57eCopy full SHA for f81f57e
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+### v1.0.12 (_2022-11-02_)
2
+
3
+- feat: support monorepo (by @ianstormtaylor)
4
+- feat: add `--skipBuild` flag to preview command
5
+- feat: make a SWC plugin to support TypeScript decorators (`emitDecoratorMetadata`)
6
+- fix: use `modulePreload.polyfill` instead `polyfillModulePreload`
7
+- chore: update deps
8
9
### v1.0.11 (_2022-10-16_)
10
11
- feat: externalize deps plugin
package.json
@@ -1,6 +1,6 @@
{
"name": "electron-vite",
- "version": "1.0.11",
+ "version": "1.0.12",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments