Skip to content

bumps laravel-mix to 4 and laravel-mix-purgecss to 4.1 #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2019
Merged

Conversation

wgmv
Copy link
Contributor

@wgmv wgmv commented Feb 8, 2019

This PR updates the package.json to use current versions of laravel-mix and laravel-mix-purgecsss.

In fresh installations of Laravel the following boilerplate is used:

Vue.component('example-component', require('./components/ExampleComponent').default);

The .default results in a compile error with laravel-mix 2 because this syntax is used by babel 6 (I believe). No error with laravel-mix 4

@michaeldyrynda michaeldyrynda merged commit a89b5b1 into laravel-frontend-presets:master Feb 16, 2019
@michaeldyrynda
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants