Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 36fef80b
authored
May 21, 2019
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move babel config to mix configuration
1 parent
6419ed3a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
.babelrc
webpack.mix.js
.babelrc
deleted
100644 → 0
View file @
6419ed3
{
"plugins": ["@babel/plugin-syntax-dynamic-import"]
}
webpack.mix.js
View file @
36fef80
...
...
@@ -30,5 +30,8 @@ mix.js('resources/js/app.js', 'public/js')
},
},
})
.
babelConfig
({
plugins
:
[
'@babel/plugin-syntax-dynamic-import'
],
})
.
version
()
.
sourceMaps
()
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment