Compile assets

This commit is contained in:
James Brooks
2017-09-15 07:40:02 +01:00
parent d807770ff6
commit 39b5af1309
11 changed files with 42617 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ mix
.options({
processCssUrls: false
})
.js('resources/assets/js/app.js', 'public/dist/js')
.js('resources/assets/js/app.js', 'public/dist/js').extract(['vue'])
.scripts([
'public/dist/js/app.js',
'node_modules/es5-shim/es5-shim.js',