Skip to content

Commit

Permalink
Merge pull request #6 from holystix/development
Browse files Browse the repository at this point in the history
fix path referencing arbory/base in webpack mix stub
  • Loading branch information
strads10 committed Jul 26, 2017
2 parents eafcad1 + a7205ed commit ab804f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/webpack.mix.js.stub
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mix.webpackConfig({
resolve: {
modules: [
path.resolve(__dirname, './node_modules'),
path.resolve(__dirname, './vendor/arbory/base/resources/assets/js/')
path.resolve(__dirname, './vendor/arbory/arbory/resources/assets/js/')
]
}
});
Expand All @@ -24,4 +24,4 @@ mix.js('resources/assets/js/app.js', 'public/js')
.js('resources/assets/js/admin.js', 'public/js')
.sass('resources/assets/sass/app.scss', 'public/css');

require('./vendor/arbory/base/webpack.mix')(mix);
require('./vendor/arbory/arbory/webpack.mix')(mix);

0 comments on commit ab804f1

Please sign in to comment.