All notable changes to laravel-mix-svelte
will be documented in this file
- Add .gitignore
- Add Svelte on Webpack 5+ rule
- Add the ability to extend the rules with svelte-loader plugins
- Fix babel configuration for Laravel Mix 6
- Fix issue with path and webpackConfig.resolve.alias
- Fix typo in composer.json
- Add compatibility with Mix v6
- Add compatibility with Mix v5
- Add ability to use Mix's Babel configuration on Svelte files.
- Fix error in versioning inside package.json & package-lock.json.
- Update webpack config from Svelte webpack template.
- Add ability to pass svelte-loader options into mix.svelte().
- Remove excluded /node_modules/ folder from webpackRules.
- update peer dependency of Laravel Mix to v4 version.
- initial release