Skip to content

Commit

Permalink
corrected bundler url
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbly committed Apr 27, 2017
1 parent c666b36 commit d06eea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const { mix } = require('laravel-mix')

mix.js('src/index.js', '../print.js_docs/print.js').styles('src/css/print.css', 'dist/print.min.css')
mix.js('src/index.js', 'dist/print.min.js').styles('src/css/print.css', 'dist/print.min.css')

0 comments on commit d06eea0

Please sign in to comment.