Skip to content

Commit

Permalink
Fix typo in setup/webpack.mix.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeaag committed Feb 11, 2019
1 parent cc816bb commit ee3a1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mix.js('src/app.js', 'dist/').sass('src/app.scss', 'dist/');
// mix.webpackConfig({}); <-- Override webpack.config.js, without editing the file directly.
// mix.babelConfig({}); <-- Merge extra Babel configuration (plugins, etc.) with Mix's default.
// mix.then(function () {}) <-- Will be triggered each time Webpack finishes building.
// mix.dump(); <-- Dump the generated webpack config object t the console.
// mix.dump(); <-- Dump the generated webpack config object to the console.
// mix.extend(name, handler) <-- Extend Mix's API with your own components.
// mix.options({
// extractVueStyles: false, // Extract .vue component styling to file, rather than inline.
Expand Down

0 comments on commit ee3a1ad

Please sign in to comment.