mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 09:05:32 +00:00
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
module.exports = {
|
|
src: 'client/src',
|
|
fileMatcher: /(\/bundle\.scss|[A-Za-z]-story\.jsx?)$/,
|
|
};
|