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