Skip to content

Commit

Permalink
Undo the webpack.mix.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
jcc committed Jan 10, 2018
1 parent 6314fc2 commit 028629a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const path = require('path');
*/

mix.webpackConfig({
// output: {
// publicPath: "/",
// chunkFilename: 'js/[name].[chunkhash].js'
// },
output: {
publicPath: "/",
chunkFilename: 'js/[name].[chunkhash].js'
},
resolve: {
alias: {
'components': 'assets/js/components',
Expand All @@ -37,4 +37,5 @@ mix.webpackConfig({
mix.js('resources/assets/js/app.js', 'public/js')
.sass('resources/assets/sass/app.scss', 'public/css')
.js('resources/assets/js/home.js', 'public/js')
.sass('resources/assets/sass/home.scss', 'public/css');
.sass('resources/assets/sass/home.scss', 'public/css')
.version();

1 comment on commit 028629a

@j574144
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks.

Please sign in to comment.