Skip to content

Commit

Permalink
Fix babel config and transpile to es5, closes #440
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Jul 1, 2021
1 parent 5bf9982 commit d781b16
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
module.exports = {
presets: [
['@babel/preset-env', { targets: 'defaults, not IE 11' }],
],
plugins: ['@babel/plugin-proposal-optional-chaining'],
env: {
test: {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.m.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue.m.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ziggy-js",
"version": "1.3.1",
"version": "1.3.2",
"description": "Use your Laravel named routes in JavaScript.",
"keywords": [
"laravel",
Expand Down

0 comments on commit d781b16

Please sign in to comment.