Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1250 from olefredrik/fix/package-build-win
Browse files Browse the repository at this point in the history
fix: update webpack exclude rules for Windows compatibility
  • Loading branch information
colin-marshall authored Mar 16, 2018
2 parents 7cdda9d + e0a4812 commit 0d45229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const webpack = {
{
test: /.js$/,
loader: 'babel-loader',
exclude: /node_modules(?!\/foundation-sites)/,
exclude: /node_modules(?![\\\/]foundation-sites)/,
},
],
},
Expand All @@ -118,7 +118,7 @@ const webpack = {
log('[webpack]', stats.toString({
colors: true,
}));

browser.reload();
},

Expand Down

0 comments on commit 0d45229

Please sign in to comment.