Skip to content

Releases: innocenzi/laravel-vite

0.1.2

14 Apr 17:08
52e46c7
Compare
Choose a tag to compare

Fixed

  • Added baseUrl to tsconfig.json (#69)
  • Path aliases are merged (#69)

0.1.1: feat: add `vite_asset` helper (#44)

25 Feb 19:49
0fe291d
Compare
Choose a tag to compare

Added

Fixed

0.1.0

23 Feb 22:46
006c691
Compare
Choose a tag to compare

Added

  • Support PHP 7.4 (#21)
  • Fallback to using manifest if the development server is not running (#34)
  • Support specifying files in the entrypoint configuration (#35)
  • Support filtering files in the configuration (#35)
  • Support React refresh runtime (#40)

Fixed

  • Generate module scripts in production (42d3c95)
  • Support using entrypoints by name in production (#36)
  • Generate correct entrypoints when building for production (#37)

Note: don't forget to update the laravel-vite plugin as well.

0.0.7

21 Feb 01:47
d6a7145
Compare
Choose a tag to compare

Fixed

  • Ignore d.ts files in automatic entrypoint directories (d6a7145)

0.0.6

21 Feb 01:29
6bd7519
Compare
Choose a tag to compare

Added

  • Add withPlugin and withPlugins in vite.config.ts (#13)

Fixed

  • Allow manifest entries without src (#13)

0.0.5

20 Feb 18:37
aef2329
Compare
Choose a tag to compare

Added

  • Handle HMR for Blade files (#10)
  • Support ASSET_URL environment variable (#9)

0.0.4

12 Feb 19:30
a13d7da
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Fixed

  • Removed resources/css from default entrypoints (a13d7da)

0.0.3

12 Feb 19:16
338801f
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Breaking changes

  • @vite now imports the client script along with all automatic entrypoints

Added

  • @client will only import the client script tag

0.0.2

11 Feb 18:44
de0e457
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Fixed

  • Allow local development without manifest (#3)

Added

0.0.1

09 Feb 23:34
7de534a
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
docs: create readme