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

Test issue #4

This commit is contained in:
Randall Wilk
2018-06-20 08:00:52 -05:00
parent ff6a8f7a11
commit b041b0ece4
5 changed files with 226 additions and 16 deletions
+1
View File
@@ -3,4 +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')
.sourceMaps();