Skip to content

Commit

Permalink
Merge branch 'release/1.0.9' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jul 15, 2021
2 parents f500120 + c6e8385 commit 6c0645c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Plugin Vite Changelog

## 1.0.9 - 2021.07.14
### Changed
* Switched the `checkDevServer` test file to `@vite/client` to accommodate with the change in Vite `^2.4.0` to use the `.mjs` extension (https://github.com/nystudio107/craft-vite/issues/11)

## 1.0.8 - 2021.06.29
### Changed
* Roll back the automatic inclusion of `@vite/client.js` (https://github.com/nystudio107/craft-vite/issues/9)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nystudio107/craft-plugin-vite",
"description": "Plugin Vite is the conduit between Craft CMS plugins and Vite, with manifest.json & HMR support",
"version": "1.0.8",
"version": "1.0.9",
"keywords": [
"craftcms",
"plugin",
Expand Down
2 changes: 1 addition & 1 deletion src/services/ViteService.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ViteService extends Component
// Constants
// =========================================================================

const VITE_CLIENT = '@vite/client.js';
const VITE_CLIENT = '@vite/client';
const LEGACY_POLYFILLS = 'vite/legacy-polyfills';

// Public Properties
Expand Down

0 comments on commit 6c0645c

Please sign in to comment.