Skip to content

Commit

Permalink
Merge pull request #253 from phase2/bug/unignore-pl
Browse files Browse the repository at this point in the history
Accidentally ignored the entire pl folder due to bad regex
  • Loading branch information
illepic authored Mar 5, 2018
2 parents 68c7e9d + 26d7508 commit 96c73c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/pl/webpack.pl.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ const dev = {
port: '8080',
contentBase: path.resolve('dist/'), // dev server starts from this folder.
watchContentBase: true, // Refresh devServer when dist/ changes (Pattern Lab)
watchOptions: {
ignored: /(pl|assets)/, // This watches ONLY the root CHANGED.txt file for changes
},
open: true, // Open browser immediately
openPage: 'pl', // Open browser to the PL landing page so it's very clear where to go
hot: true, // Inject css/js into page without full refresh
Expand Down

0 comments on commit 96c73c7

Please sign in to comment.