Releases: wewowweb/laravel-mix-svelte
Releases · wewowweb/laravel-mix-svelte
v0.5.0 - 2021-11-16
- 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
Fix babel configuration for Laravel Mix 6
Fix issue with path and webpackConfig.resolve.alias
v0.3.1 - 2021-01-17
Fixes to composer.json
v0.3.0 - 2021-01-14
Add compatibility with Mix v6
v0.2.0 - 2021-01-14
Add compatibility with Mix v5
v0.1.6 - 2020-06-01
Add ability to use Mix's Babel configuration on Svelte files. (author: @JoshuaCrewe)
v0.1.5 - 2020-05-09
Fix error in versioning inside package.json & package-lock.json.
v0.1.4: Update webpack config from Svelte webpack template
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
Add ability to pass svelte-loader options into mix.svelte().
v0.1.2 - 2019-07-17
Remove excluded /node_modules/ folder from webpackRules.