Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
langpavel committed Nov 2, 2016
1 parent e6e4ca7 commit 39dfad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const serverConfig = extend(true, {}, config, {
/^\.\/assets$/,
(context, request, callback) => {
const isExternal =
request.match(/^[@a-z][a-z\/\.\-0-9]*$/i) &&
request.match(/^[@a-z][a-z/.\-0-9]*$/i) &&
!request.match(/\.(css|less|scss|sss)$/i);
callback(null, Boolean(isExternal));
},
Expand Down

0 comments on commit 39dfad6

Please sign in to comment.