Skip to content

Releases: wewowweb/laravel-mix-svelte

v0.5.0 - 2021-11-16

16 Nov 14:48
7697b1e

Choose a tag to compare

  • Add .gitignore
  • Add Svelte on Webpack 5+ rule
  • Add the ability to extend the rules with svelte-loader plugins

v0.4.0 - 2021-01-19

19 Jan 15:05

Choose a tag to compare

Fix babel configuration for Laravel Mix 6
Fix issue with path and webpackConfig.resolve.alias

v0.3.1 - 2021-01-17

17 Jan 20:27

Choose a tag to compare

Fixes to composer.json

v0.3.0 - 2021-01-14

15 Jan 13:57

Choose a tag to compare

Add compatibility with Mix v6

v0.2.0 - 2021-01-14

15 Jan 13:33

Choose a tag to compare

Add compatibility with Mix v5

v0.1.6 - 2020-06-01

01 Jun 19:19

Choose a tag to compare

Add ability to use Mix's Babel configuration on Svelte files. (author: @JoshuaCrewe)

v0.1.5 - 2020-05-09

09 May 10:29

Choose a tag to compare

Fix error in versioning inside package.json & package-lock.json.

v0.1.4: Update webpack config from Svelte webpack template

02 Apr 11:51
48f352d

Choose a tag to compare

This commit takes configuration found in the official svelte webpack
template and includes it in this extension. The configuration is
specific to svelte development and appears to reduce bugs introduced
from including thirds party svelte libraries.

Co-authored-by: Joshua Crewe <joshua@venncreative.co.uk>

v0.1.3 - 2019-12-23

23 Dec 20:16

Choose a tag to compare

Add ability to pass svelte-loader options into mix.svelte().

v0.1.2 - 2019-07-17

17 Jul 20:35

Choose a tag to compare

Remove excluded /node_modules/ folder from webpackRules.