Skip to content

Commit

Permalink
Proper whitelist syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
  • Loading branch information
khalwat committed Jul 31, 2019
1 parent 57f1411 commit dd5c756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = {
"./src/assetbundles/seomatic/src/vue/**/*.{vue,html}"
],
whitelist: [
"./src/assetbundles/seomatic/src/css/components/**/*.{css}",
"./src/assetbundles/seomatic/src/css/components/*.css",
"./node_modules/tokenfield/dist/tokenfield.css"
],
whitelistPatterns: [],
Expand Down

0 comments on commit dd5c756

Please sign in to comment.