2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-23 06:00:32 +03:00

formatting

This commit is contained in:
Randall Wilk
2018-06-20 08:03:33 -05:00
parent b041b0ece4
commit 6483864b27
4 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ const { mix } = require('laravel-mix');
mix
.setPublicPath('test/js/dist')
.js('test/js/src/index.js', 'index.js')
.js('test/js/src/test_issue_4.js', 'test_issue_4.js')
.js('test/js/src/test_issue_4.js', 'test_issue_4.js')
.sourceMaps();